mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2025-07-28 20:50:56 +00:00
🐛 修复无法重启进程的问题(未启动生命监视器)
This commit is contained in:
@ -87,6 +87,8 @@ class ProcessManager:
|
||||
else:
|
||||
logger.warning("Unknown data received, ignored.")
|
||||
|
||||
_start_monitor()
|
||||
|
||||
def start_all(self):
|
||||
"""
|
||||
启动所有进程
|
||||
|
Reference in New Issue
Block a user