From 1bdd5fe6dfb8984659d5fe9bcf3601e75a5b4c0b Mon Sep 17 00:00:00 2001 From: KnugiHK <24708955+KnugiHK@users.noreply.github.com> Date: Mon, 31 May 2021 10:47:40 +0800 Subject: [PATCH] Update extract_iphone_media.py --- Whatsapp_Chat_Exporter/extract_iphone_media.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Whatsapp_Chat_Exporter/extract_iphone_media.py b/Whatsapp_Chat_Exporter/extract_iphone_media.py index ae0f2f6..2ce21ca 100644 --- a/Whatsapp_Chat_Exporter/extract_iphone_media.py +++ b/Whatsapp_Chat_Exporter/extract_iphone_media.py @@ -72,7 +72,7 @@ def extract_media(base_dir): if is_encrypted(base_dir): if not support_encrypted: print("You don't have the dependencies to handle encrypted backup.") - print("Read more about how to deal with encrypted backup:") + print("Read more on how to deal with encrypted backup:") print("https://github.com/KnugiHK/Whatsapp-Chat-Exporter/blob/main/README.md#usage") return False password = getpass.getpass("Enter the password:")