mirror of
https://github.com/KnugiHK/WhatsApp-Chat-Exporter.git
synced 2026-04-23 22:41:39 +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",
|
const="result.json",
|
||||||
help="Save the result to a single JSON file (default if present: result.json)")
|
help="Save the result to a single JSON file (default if present: result.json)")
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
'--avoid_encoding_json',
|
'--avoid-encoding-json',
|
||||||
dest='avoid_encoding_json',
|
dest='avoid_encoding_json',
|
||||||
default=False,
|
default=False,
|
||||||
action='store_true',
|
action='store_true',
|
||||||
|
|||||||
Reference in New Issue
Block a user