From e55290b72c4f8c19b1c13fe1e652785fc30ac78d Mon Sep 17 00:00:00 2001 From: liuwei Date: Fri, 21 Mar 2025 15:48:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E4=B8=8Aerror=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/stats_dashboard/dashboard_server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/stats_dashboard/dashboard_server.py b/plugins/stats_dashboard/dashboard_server.py index 5562a05..76fcd66 100644 --- a/plugins/stats_dashboard/dashboard_server.py +++ b/plugins/stats_dashboard/dashboard_server.py @@ -63,7 +63,7 @@ class DashboardServer: return render_template('groups.html') @app.route('/errors') - def groups(): + def errors(): return render_template('errors.html') @app.route('/api/plugin_stats')