From 680df057e34eea54a9c927f8e526b86e1578bb04 Mon Sep 17 00:00:00 2001 From: shenjack-5600u <3695888@qq.com> Date: Fri, 2 Feb 2024 22:24:44 +0800 Subject: [PATCH] good --- connect.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/connect.py b/connect.py index 0d3bd74..3e4ac16 100644 --- a/connect.py +++ b/connect.py @@ -39,11 +39,6 @@ async def require_auth(salt: str, versions: Dict[str, str]): logger.info(f"{Fore.BLUE}send auth emit") -# @sio.on('requireAuth') -# def require_auth(*data: Dict[str, Any]): -# logger.info(f"{Fore.BLUE}requireAuth: {data}") - - @sio.on("auth") # type: ignore def auth(data: Dict[str, Any]): logger.info(f"auth: {data}")