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