add log support
This commit is contained in:
+1
-1
@@ -22,7 +22,7 @@ class DataManager:
|
||||
|
||||
def get_all_successful_items(self):
|
||||
doc_ref = self._db.collection(u'2022-02-25')
|
||||
return doc_ref.stream()
|
||||
return doc_ref
|
||||
|
||||
def save(self, result: ReserveResultPojo):
|
||||
if result.type == PublishType.SUCCESS:
|
||||
|
||||
Reference in New Issue
Block a user