From 3bdd00bb2c7e67c16ea2ff1172756ab203a58415 Mon Sep 17 00:00:00 2001 From: xyj <10908227994@qq.com> Date: Sun, 28 Jan 2024 16:47:55 +0800 Subject: [PATCH] update --- xumu.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xumu.py b/xumu.py index 2587d1a..7ddafdf 100644 --- a/xumu.py +++ b/xumu.py @@ -259,7 +259,7 @@ async def process_data(request: Request): data = json.loads(data) event = data["event"] clientid = data["clientid"] - print(clientid + "======" + event) + # print(clientid + "======" + event) pattern = r'^farm_[a-zA-Z0-9]{12}$' amatch1 = re.match(pattern, clientid) # 如果两个都不满足,那就错误