fix plugins

This commit is contained in:
jxxghp
2023-06-08 15:47:14 +08:00
parent c7d745a752
commit 0d0b078a31
25 changed files with 191 additions and 125 deletions

View File

@ -24,7 +24,9 @@ def shutdown_server():
"""
服务关闭
"""
# 停止定时服务
Scheduler().stop()
# 停止插件
PluginManager().stop()