From 2051ada800204def3996bebd478182b48d584daf Mon Sep 17 00:00:00 2001 From: jxxghp Date: Fri, 18 Aug 2023 16:04:05 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E8=B0=83=E6=95=B4=E6=A8=A1=E5=9D=97?= =?UTF-8?q?=E7=9A=84=E5=90=AF=E5=8A=A8=E9=A1=BA=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/main.py b/app/main.py index b8cce25a..d24b6971 100644 --- a/app/main.py +++ b/app/main.py @@ -68,6 +68,8 @@ def start_module(): """ # 虚伪显示 DisplayHelper() + # 站点管理 + SitesHelper() # 加载模块 ModuleManager() # 加载插件 @@ -76,8 +78,6 @@ def start_module(): Scheduler() # 启动事件消费 Command() - # 站点管理 - SitesHelper() # 初始化路由 init_routers()