mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-04-13 14:59:54 +08:00
refactor: 优化启停逻辑
This commit is contained in:
@@ -12,3 +12,9 @@ def stop_command():
|
||||
停止命令
|
||||
"""
|
||||
pass
|
||||
|
||||
def restart_command():
|
||||
"""
|
||||
重启命令
|
||||
"""
|
||||
Command().init_commands()
|
||||
Reference in New Issue
Block a user