Merge branch 'master' of bitbucket.org:panleicim/appointment_tool

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