add mirgation after checking emails
This commit is contained in:
@@ -27,9 +27,9 @@ def migre_accepted_appointment(day: str):
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
# migre_accepted_item_from_firebase_to_mongo("2022-07-06")
|
||||
days = ['2022-07-04', '2022-07-05', '2022-07-06', '2022-07-07', '2022-07-08', '2022-07-09', '2022-07-11',
|
||||
'2022-07-12', '2022-07-13', '2022-07-15', '2022-07-16', '2022-07-18''2022-07-19', '2022-07-20',
|
||||
'2022-07-21']
|
||||
for day in days:
|
||||
migre_accepted_appointment(day)
|
||||
# migre_accepted_item_from_firebase_to_mongo("2022-08-22")
|
||||
# days = ['2022-07-04', '2022-07-05', '2022-07-06', '2022-07-07', '2022-07-08', '2022-07-09', '2022-07-11',
|
||||
# '2022-07-12', '2022-07-13', '2022-07-15', '2022-07-16', '2022-07-18''2022-07-19', '2022-07-20',
|
||||
# '2022-07-21']
|
||||
# for day in days:
|
||||
migre_accepted_appointment("2022-08-22")
|
||||
|
||||
Reference in New Issue
Block a user