From 1be0c7b9fc16462ba213ca01352672504086a15f Mon Sep 17 00:00:00 2001 From: gru Date: Wed, 25 Feb 2026 14:16:31 +0100 Subject: [PATCH] Update app.py --- app.py | 35 ++++++++++++++++++++++++++++------- 1 file changed, 28 insertions(+), 7 deletions(-) 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 # =========================================================================================