From 49c9e36a0cb83190c1b94348416baa56aae2ea61 Mon Sep 17 00:00:00 2001 From: hubobel Date: Sat, 20 Jun 2026 16:31:19 +0200 Subject: [PATCH] WebApp-Kategorien bearbeiten --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 302826b..89ba2a2 100644 --- a/app.py +++ b/app.py @@ -96,7 +96,7 @@ def categories(): ) as f: categories = json.load(f) - print(categories) + #print(categories) return render_template( "categories.html", categories=categories