add source_from to result
This commit is contained in:
@@ -30,9 +30,6 @@ class DataManager:
|
||||
self._db = firestore.client()
|
||||
self._contact_list = excel_reader.read_contacts("/contact_all.xlsx")
|
||||
|
||||
def get_all_error_items(self):
|
||||
pass
|
||||
|
||||
def get_all_sim_infos(self):
|
||||
sim_info_collection = self._db.collection(SIM_INFOS)
|
||||
return sim_info_collection
|
||||
|
||||
Reference in New Issue
Block a user