mirror of
https://github.com/KnugiHK/WhatsApp-Chat-Exporter.git
synced 2026-06-04 07:05:33 +00:00
Show different warning messages when enrich_from_vcards is set and contact db is empty
This commit is contained in:
@@ -472,7 +472,7 @@ def main():
|
||||
if os.path.isfile(contact_db):
|
||||
with sqlite3.connect(contact_db) as db:
|
||||
db.row_factory = sqlite3.Row
|
||||
contacts(db, data)
|
||||
contacts(db, data, args.enrich_from_vcards)
|
||||
elif args.ios:
|
||||
contacts = ios_handler.contacts
|
||||
messages = ios_handler.messages
|
||||
|
||||
Reference in New Issue
Block a user