optimize the check_results.py
This commit is contained in:
+1
-1
@@ -30,7 +30,7 @@ class DataManager:
|
||||
return sim_info_collection
|
||||
|
||||
def get_all_successful_items(self):
|
||||
return self.get_all_successful_items_for_day(str(datetime.date.today()))
|
||||
return self.get_all_successful_items_for_day(str(datetime.date.today()), None)
|
||||
|
||||
def get_all_successful_items_for_day(self, day, source_from: Union[str, None]):
|
||||
doc_ref = self._db.collection(day)
|
||||
|
||||
Reference in New Issue
Block a user