diff --git a/main.py b/main.py index 16ea330..bba4610 100644 --- a/main.py +++ b/main.py @@ -5,7 +5,7 @@ from flask_socketio import SocketIO, join_room, leave_room from flask_session import Session from markupsafe import escape -#db_config test +#db_config db_path = 'mate.db' conn = sqlite3.connect(db_path, check_same_thread=False) c = conn.cursor() @@ -43,16 +43,7 @@ def favicon(): @app.route("/") def index(): - return """ - user and tag list -

The creator of this website accepts no liability for any linguistic or technical errors!

-

- Doumentationscript src="https://cdnjs.cloudflare.com/ajax/libs/socket.io/4.0.1/socket.io.js" integrity="sha512-q/dWJ3kcmjBLU4Qc47E4A9kTB4m3wuTY7vkFJDTZKjTs8jhyGQnaUrxa0Ytd0ssMZhbNua9hE+E7Qv1j+DyZwA==" crossorigin="anonymous"> - - - """ + return 'user and tag list

The creator of this website accepts no liability for any linguistic or technical errors!



Doumentation' @app.route("/list") def list(): @@ -70,11 +61,10 @@ def list(): window.location="http://matekasse.server.c3h/list" }); -

1 Credit = 1,50 Euro

Search for User:


- ''' + text + 'Doumentation' + ''' + text + '' @app.route("/list/user", methods=['GET']) def user_info():