optimization
This commit is contained in:
Binary file not shown.
@@ -125,7 +125,6 @@ class DataManager:
|
|||||||
workbook.close()
|
workbook.close()
|
||||||
|
|
||||||
def upload_contact_list_to_cloud(self):
|
def upload_contact_list_to_cloud(self):
|
||||||
excel_reader = ExcelHelper()
|
|
||||||
contacts = excel_reader.read_contacts()
|
contacts = excel_reader.read_contacts()
|
||||||
collections = self._db.collection(CONTACT_COLLECTION_NAME)
|
collections = self._db.collection(CONTACT_COLLECTION_NAME)
|
||||||
for contact in contacts:
|
for contact in contacts:
|
||||||
|
|||||||
Reference in New Issue
Block a user