Print the number of imported vcards

This commit is contained in:
tomballgithub
2025-11-29 20:28:51 -06:00
parent 029700359e
commit 8c9c69a536

View File

@@ -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)