mirror of
https://github.com/KnugiHK/WhatsApp-Chat-Exporter.git
synced 2026-02-10 19:22:24 +00:00
Missing newline in vcard info log.
This commit is contained in:
@@ -39,10 +39,10 @@ def contacts(db, data, enrich_from_vcards):
|
|||||||
if total_row_number == 0:
|
if total_row_number == 0:
|
||||||
if enrich_from_vcards is not None:
|
if enrich_from_vcards is not None:
|
||||||
logger.info(
|
logger.info(
|
||||||
"No contacts profiles found in the default database, contacts will be imported from the specified vCard file.")
|
"No contacts profiles found in the default database, contacts will be imported from the specified vCard file.\n")
|
||||||
else:
|
else:
|
||||||
logger.warning(
|
logger.warning(
|
||||||
"No contacts profiles found in the default database, consider using --enrich-from-vcards for adopting names from exported contacts from Google")
|
"No contacts profiles found in the default database, consider using --enrich-from-vcards for adopting names from exported contacts from Google\n")
|
||||||
return False
|
return False
|
||||||
else:
|
else:
|
||||||
logger.info(f"Processed {total_row_number} contacts\n")
|
logger.info(f"Processed {total_row_number} contacts\n")
|
||||||
|
|||||||
Reference in New Issue
Block a user