From b2f679d9753a9bc36931be18fb487611c1dfb001 Mon Sep 17 00:00:00 2001 From: Knugi <24708955+KnugiHK@users.noreply.github.com> Date: Sat, 13 Jul 2024 10:25:44 +0000 Subject: [PATCH] Fix --avoid-encoding-json option Co-authored-by: Bnaya Peretz --- Whatsapp_Chat_Exporter/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Whatsapp_Chat_Exporter/__main__.py b/Whatsapp_Chat_Exporter/__main__.py index 93a578c..922a210 100644 --- a/Whatsapp_Chat_Exporter/__main__.py +++ b/Whatsapp_Chat_Exporter/__main__.py @@ -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',