diff --git a/app.py b/app.py index d2fbc72..b7c00b9 100644 --- a/app.py +++ b/app.py @@ -4210,7 +4210,9 @@ def robots_txt(): ) return content, 200, {"Content-Type": "text/plain"} + from flask import render_template_string + @app.route('/admin/debug-socket') @login_required @admin_required @@ -4245,6 +4247,7 @@ def debug_socket(): +

Logi:

@@ -4252,13 +4255,17 @@ def debug_socket(): ''') + # ========================================================================================= # SOCKET.IO # =========================================================================================