diff --git a/app.py b/app.py index 820abd8..120c19f 100644 --- a/app.py +++ b/app.py @@ -4210,6 +4210,118 @@ def robots_txt(): ) return content, 200, {"Content-Type": "text/plain"} +@app.route('/debug-socket') +@login_required # opcjonalnie +def debug_socket(): + return render_template_string(''' + + + + Socket Debug + + + + +

Socket.IO Debug Tool

+ +
Rozlaczony
+
+ Transport: - | + Ping: -ms | + SID: - +
+ + + + + + +

Logi:

+
+ + + + + ''') + # ========================================================================================= # SOCKET.IO