mirror of
https://github.com/KnugiHK/WhatsApp-Chat-Exporter.git
synced 2026-02-10 19:22:24 +00:00
Print the number of imported vcards
This commit is contained in:
@@ -77,6 +77,7 @@ def read_vcards_file(vcf_file_path, default_country_code: str):
|
||||
}
|
||||
contacts.append(contact)
|
||||
|
||||
print(f"Imported {len(contacts)} contacts/vcards")
|
||||
return map_number_to_name(contacts, default_country_code)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user