fix reload api

This commit is contained in:
jxxghp
2024-09-09 09:51:48 +08:00
parent b1d2125e22
commit 1d31785def
2 changed files with 4 additions and 2 deletions

View File

@@ -98,9 +98,9 @@ class Monitor(metaclass=Singleton):
self.systemconfig = SystemConfigOper()
# 启动目录监控和文件整理
self.start()
self.init()
def start(self):
def init(self):
"""
启动监控
"""