From 7f1f9089618ec0c8f2e6baa28c6149b9954149a4 Mon Sep 17 00:00:00 2001 From: bton Date: Sun, 25 Feb 2024 17:54:51 +0100 Subject: [PATCH] ahh --- Website/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Website/__init__.py b/Website/__init__.py index 43666a8..7697c3c 100644 --- a/Website/__init__.py +++ b/Website/__init__.py @@ -302,7 +302,7 @@ def create_app(test_config=None): @app.route("/api/tag_id", methods=['POST']) def get_id(): db = get_db() - c = db.curosor() + c = db.cursor() global finished global message try: