mirror of
https://github.com/KnugiHK/WhatsApp-Chat-Exporter.git
synced 2026-04-24 23:11:35 +00:00
Make the iOS contact database optional #76
This commit is contained in:
@@ -96,8 +96,7 @@ def extract_media(base_dir, identifiers, decrypt_chunk_size):
|
|||||||
else:
|
else:
|
||||||
shutil.copyfile(wts_db, identifiers.MESSAGE)
|
shutil.copyfile(wts_db, identifiers.MESSAGE)
|
||||||
if not os.path.isfile(contact_db):
|
if not os.path.isfile(contact_db):
|
||||||
print("Contact database not found.")
|
print("Contact database not found. Skipping...")
|
||||||
exit()
|
|
||||||
else:
|
else:
|
||||||
shutil.copyfile(contact_db, identifiers.CONTACT)
|
shutil.copyfile(contact_db, identifiers.CONTACT)
|
||||||
_wts_id = identifiers.DOMAIN
|
_wts_id = identifiers.DOMAIN
|
||||||
|
|||||||
Reference in New Issue
Block a user