mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-06 16:07:01 +08:00
fix log level
This commit is contained in:
+1
-1
@@ -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