add method to check all contacts' mails

This commit is contained in:
2023-08-07 20:05:49 +02:00
parent 18f5494b96
commit cad1fee9e3
+1
View File
@@ -8,6 +8,7 @@ def upload_contacts_list():
return contacts_to_book return contacts_to_book
# 把新的联系人存到网上
if __name__ == '__main__': if __name__ == '__main__':
contacts_to_book = upload_contacts_list() contacts_to_book = upload_contacts_list()
MONGO_STORE_MANAGER.upload_contact_list(contacts_to_book) MONGO_STORE_MANAGER.upload_contact_list(contacts_to_book)