diff --git a/Whatsapp_Chat_Exporter/ios_media_handler.py b/Whatsapp_Chat_Exporter/ios_media_handler.py index 253a204..c4360af 100644 --- a/Whatsapp_Chat_Exporter/ios_media_handler.py +++ b/Whatsapp_Chat_Exporter/ios_media_handler.py @@ -96,8 +96,7 @@ def extract_media(base_dir, identifiers, decrypt_chunk_size): else: shutil.copyfile(wts_db, identifiers.MESSAGE) if not os.path.isfile(contact_db): - print("Contact database not found.") - exit() + print("Contact database not found. Skipping...") else: shutil.copyfile(contact_db, identifiers.CONTACT) _wts_id = identifiers.DOMAIN