mirror of
https://github.com/jaypyles/Scraperr.git
synced 2026-05-04 16:30:39 +00:00
3475d66995
* feat: finish up cron jobs * feat: clean up
4 lines
117 B
Python
4 lines
117 B
Python
from apscheduler.schedulers.background import BackgroundScheduler # type: ignore
|
|
|
|
scheduler = BackgroundScheduler()
|