Merge branch 'master' of bitbucket.org:panleicim/appointment_tool
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user