correction on the scheduler

This commit is contained in:
2022-04-20 22:40:25 +02:00
parent e59d3b4a00
commit bd5f519c7c
+1 -1
View File
@@ -6,7 +6,7 @@ from wait_for_sms import start_waiting_sms
def waiting_for_sms_job(): def waiting_for_sms_job():
start_waiting_sms(1, 31) start_waiting_sms(1, 32)
def start_book_appointment(): def start_book_appointment():