From e467e44b1e1cfb5c8f821d48eda3f027e509631d Mon Sep 17 00:00:00 2001 From: liuwei Date: Tue, 1 Apr 2025 13:44:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E6=B6=88=E6=81=AF=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/dashboard/server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/dashboard/server.py b/admin/dashboard/server.py index 61e975d..dfa249c 100644 --- a/admin/dashboard/server.py +++ b/admin/dashboard/server.py @@ -542,7 +542,7 @@ class DashboardServer: self.logger.error(f"获取群组列表失败: {e}") return jsonify({'error': str(e)}), 500 - return app + return app def run(self): """运行服务器"""