add mirgation after checking emails

This commit is contained in:
2022-08-22 23:19:07 +02:00
parent 8dc0812fbb
commit 91b46472c2
2 changed files with 10 additions and 6 deletions
+6 -6
View File
@@ -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")