mirror of
https://github.com/KnugiHK/WhatsApp-Chat-Exporter.git
synced 2026-02-15 05:25:13 +00:00
Fix --avoid-encoding-json option
Co-authored-by: Bnaya Peretz <me@bnaya.net>
This commit is contained in:
@@ -93,7 +93,7 @@ def main():
|
||||
const="result.json",
|
||||
help="Save the result to a single JSON file (default if present: result.json)")
|
||||
parser.add_argument(
|
||||
'--avoid_encoding_json',
|
||||
'--avoid-encoding-json',
|
||||
dest='avoid_encoding_json',
|
||||
default=False,
|
||||
action='store_true',
|
||||
|
||||
Reference in New Issue
Block a user