diff --git a/scheduler.py b/scheduler.py index 606c77f..6f5aa09 100644 --- a/scheduler.py +++ b/scheduler.py @@ -6,7 +6,7 @@ from wait_for_sms import start_waiting_sms def waiting_for_sms_job(): - start_waiting_sms(1, 31) + start_waiting_sms(1, 32) def start_book_appointment():