remove local db
This commit is contained in:
+2
-1
@@ -1,12 +1,13 @@
|
||||
from apscheduler.executors.pool import ThreadPoolExecutor, ProcessPoolExecutor
|
||||
from apscheduler.schedulers.blocking import BlockingScheduler
|
||||
|
||||
from check_results import check_results
|
||||
from src.check_results import check_results
|
||||
|
||||
|
||||
def check_results_job():
|
||||
check_results()
|
||||
|
||||
|
||||
def start_check_results_job(sched):
|
||||
# sched.add_job(start_book_appointment, 'cron', day_of_week='mon-sat', hour='10',
|
||||
# minute='30',
|
||||
|
||||
Reference in New Issue
Block a user