fix log level

This commit is contained in:
jxxghp
2023-08-08 15:40:37 +08:00
parent 406374506f
commit 78fd659e35
4 changed files with 8 additions and 3 deletions

View File

@ -38,7 +38,7 @@ class Scheduler(metaclass=Singleton):
def __init__(self):
# 调试模式不启动定时服务
if settings.DEBUG:
if settings.DEV:
return
# CookieCloud定时同步
if settings.COOKIECLOUD_INTERVAL: