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: