From 908d591516600b0c02408591820ff779a1cfc41b Mon Sep 17 00:00:00 2001 From: Cai Date: Sun, 26 Oct 2025 09:23:17 +0800 Subject: [PATCH] ready --- Html/apps/sockets/namespaces.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Html/apps/sockets/namespaces.py b/Html/apps/sockets/namespaces.py index d6846f9..71346c0 100644 --- a/Html/apps/sockets/namespaces.py +++ b/Html/apps/sockets/namespaces.py @@ -129,10 +129,6 @@ class AgentNamespace(Namespace): user_uuid2ase_client[user_uuid].connect() - - - - def on_language(self, language): ex = current_app.extensions print(f"Language changed to: {language}")