From a8f9100c9d31df252f4671f06b94f37aa422b4d7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 27 Mar 2025 14:56:56 +0000 Subject: [PATCH] ci: automatic Python Formatter changes --- senju/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/senju/main.py b/senju/main.py index 3298441..44b8a89 100644 --- a/senju/main.py +++ b/senju/main.py @@ -219,6 +219,7 @@ def favicon(): 'favicon.ico', mimetype='image/vnd.microsoft.icon') + @app.route('/info') def info_view(): """ @@ -231,4 +232,3 @@ def info_view(): "info.html", title="Info" ) -