mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-04 23:17:20 +08:00
fix(runtime): prevent implicit scheduler startup (#6337)
This commit is contained in:
@@ -9,7 +9,7 @@ def init_scheduler():
|
||||
"""
|
||||
初始化定时器
|
||||
"""
|
||||
Scheduler()
|
||||
Scheduler().init()
|
||||
|
||||
|
||||
def stop_scheduler():
|
||||
|
||||
Reference in New Issue
Block a user