mirror of
https://github.com/KnugiHK/WhatsApp-Chat-Exporter.git
synced 2026-09-09 20:46:58 +02: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)
|
contacts.append(contact)
|
||||||
|
|
||||||
|
print(f"Imported {len(contacts)} contacts/vcards")
|
||||||
return map_number_to_name(contacts, default_country_code)
|
return map_number_to_name(contacts, default_country_code)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user