fix websocket auth

This commit is contained in:
hjlarry
2025-07-17 17:16:52 +08:00
parent b0868d9136
commit 2f966d8c38
2 changed files with 2 additions and 3 deletions

View File

@ -6,7 +6,6 @@ from extensions.ext_redis import redis_client
from extensions.ext_socketio import ext_socketio
@ext_socketio.on("user_connect")
def handle_user_connect(data):
"""