From bd5f519c7c3905a0f19c2fa11d00b5ce8b1e597f Mon Sep 17 00:00:00 2001 From: Lei PAN Date: Wed, 20 Apr 2022 22:40:25 +0200 Subject: [PATCH] correction on the scheduler --- scheduler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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():