mirror of
https://github.com/KnugiHK/WhatsApp-Chat-Exporter.git
synced 2026-04-24 23:11:35 +00:00
Bug fix on missing argument #65
This commit is contained in:
@@ -81,7 +81,7 @@ def extract_media(base_dir, identifiers, preserve_timestamp):
|
|||||||
return False
|
return False
|
||||||
print("Encryption detected on the backup!")
|
print("Encryption detected on the backup!")
|
||||||
password = getpass.getpass("Enter the password for the backup:")
|
password = getpass.getpass("Enter the password for the backup:")
|
||||||
extract_encrypted(base_dir, password, identifiers)
|
extract_encrypted(base_dir, password, identifiers, preserve_timestamp)
|
||||||
else:
|
else:
|
||||||
wts_db = os.path.join(base_dir, identifiers.MESSAGE[:2], identifiers.MESSAGE)
|
wts_db = os.path.join(base_dir, identifiers.MESSAGE[:2], identifiers.MESSAGE)
|
||||||
contact_db = os.path.join(base_dir, identifiers.CONTACT[:2], identifiers.CONTACT)
|
contact_db = os.path.join(base_dir, identifiers.CONTACT[:2], identifiers.CONTACT)
|
||||||
|
|||||||
Reference in New Issue
Block a user