mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 23:47:41 +08:00
fix scheduler
This commit is contained in:
@@ -37,7 +37,6 @@ class Scheduler(metaclass=Singleton):
|
|||||||
})
|
})
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
return
|
|
||||||
# CookieCloud定时同步
|
# CookieCloud定时同步
|
||||||
if settings.COOKIECLOUD_INTERVAL:
|
if settings.COOKIECLOUD_INTERVAL:
|
||||||
self._scheduler.add_job(CookieCloudChain().process,
|
self._scheduler.add_job(CookieCloudChain().process,
|
||||||
|
|||||||
Reference in New Issue
Block a user