From a825e4c6d380cbd5a9de7973ea9873a65d2b28a7 Mon Sep 17 00:00:00 2001 From: xyj <10908227994@qq.com> Date: Fri, 26 Jan 2024 17:16:08 +0800 Subject: [PATCH] update --- xumu.py | 1 + 1 file changed, 1 insertion(+) diff --git a/xumu.py b/xumu.py index ca6acbb..9f35ceb 100644 --- a/xumu.py +++ b/xumu.py @@ -261,6 +261,7 @@ async def process_data(request: Request): data = json.loads(data) event = data["event"] clientid = data["clientid"] + print(clientid) if not clientid.startswith("farm") or not clientid.startswith("test"): return BaseResponse(code=500, msg="不符合畜牧clientId") # 连接成功处理