mirror of
https://github.com/KnugiHK/WhatsApp-Chat-Exporter.git
synced 2026-02-25 18:13: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
|
||||
print("Encryption detected on 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:
|
||||
wts_db = os.path.join(base_dir, identifiers.MESSAGE[:2], identifiers.MESSAGE)
|
||||
contact_db = os.path.join(base_dir, identifiers.CONTACT[:2], identifiers.CONTACT)
|
||||
|
||||
Reference in New Issue
Block a user