From bf493a4967098c919c6c94743324945b8b17a639 Mon Sep 17 00:00:00 2001 From: xyj <10908227994@qq.com> Date: Sun, 28 Jan 2024 17:30:49 +0800 Subject: [PATCH] update --- xumu.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xumu.py b/xumu.py index 995937c..bc66afe 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'^f\d{1,10}$' amatch1 = re.match(pattern, clientid) # 如果两个都不满足,那就错误