From 42db767a3336b32bcecf89433f22730dcb5ea320 Mon Sep 17 00:00:00 2001 From: grgr Date: Sun, 8 Jan 2023 20:02:20 +0100 Subject: [PATCH] fetch all the topic tags in the edit mode --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 70fe706..4e4da4d 100644 --- a/app.py +++ b/app.py @@ -209,7 +209,7 @@ def delete(id): conn.close() return redirect(url_for('home')) -app.run(port=3148) +app.run(port=3150) # TODO: