fix log level
This commit is contained in:
@ -38,7 +38,7 @@ class Scheduler(metaclass=Singleton):
|
||||
|
||||
def __init__(self):
|
||||
# 调试模式不启动定时服务
|
||||
if settings.DEBUG:
|
||||
if settings.DEV:
|
||||
return
|
||||
# CookieCloud定时同步
|
||||
if settings.COOKIECLOUD_INTERVAL:
|
||||
|
Reference in New Issue
Block a user