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')