optimization on email reader

This commit is contained in:
2022-08-09 23:01:10 +02:00
parent 138b4a087b
commit f780834d88
4 changed files with 4 additions and 12 deletions
-4
View File
@@ -14,10 +14,6 @@ def start_book_appointment():
def start_check_results_job(sched):
# sched.add_job(start_book_appointment, 'cron', day_of_week='mon-sat', hour='10',
# minute='30',
# misfire_grace_time=10,
# second='0', timezone='Europe/Paris', max_instances=1)
sched.add_job(check_results, 'cron', day_of_week='mon-sat', hour='20',
minute='55',
misfire_grace_time=10,