Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
mport time, schedule, threading from threading import Thread def job1(): print("Work job1") def job2(): print("Work job2") schedule.every(1).minutes.do(job1) schedule.every(10).seconds.do(job2) while True: schedule.run_pending() time.sleep(1) def cancel(): schedule.cancel_job(job2) thread = Thread(target=run) thread.start() cancel()
schedule.every(10).seconds.do(job2)
(?<=<font color="darkblue">)
не работает.