add method to extract contact list with serial

This commit is contained in:
2024-12-13 17:06:49 +01:00
parent a6c2af03e8
commit 8d9b060360
4 changed files with 32 additions and 22 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ def generate_not_used_contact_list():
def upload_to_collection():
_contacts = read_contacts(str(Path.home()) + "/Desktop/contact_list_contacts_with_source.xlsx")
_contacts = read_contacts(str(Path.home()) + "/Desktop/contact_list_2024-11-05.xlsx")
MONGO_STORE_MANAGER.upload_contact_list_to_collection(_contacts,"CONTACT_LIST_SERIAL_MAP")