fix scheduler
This commit is contained in:
parent
e96046f994
commit
a81a22c314
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user