diff --git a/main.py b/main.py index e84489d..d9676bb 100644 --- a/main.py +++ b/main.py @@ -9,6 +9,7 @@ import sys import uuid import json import urllib.parse +from markupsafe import escape db_path = 'mate.db' conn = sqlite3.connect(db_path, check_same_thread=False) @@ -35,7 +36,7 @@ def exit_handler(): #website @app.route("/") def index(): - return 'user and tag list
The creator of this website accepts no liability for any linguistic or technical errors!
The creator of this website accepts no liability for any linguistic or technical errors!
{username}: {i[2]}
{escape(i[1])}: {i[2]}
{user[1]} : {user[2]}
+
{escape(user[1])} : {user[2]}