1
0
forked from bot/app

🐛 修复无法重启进程的问题(未启动生命监视器)

This commit is contained in:
2024-08-16 02:56:50 +08:00
parent 9b07d41f86
commit adc9b76688
8 changed files with 102 additions and 33 deletions

View File

@ -87,6 +87,8 @@ class ProcessManager:
else:
logger.warning("Unknown data received, ignored.")
_start_monitor()
def start_all(self):
"""
启动所有进程