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}")