From 2f706dfda7c6b27cd992b16097c08cb8d42733fb Mon Sep 17 00:00:00 2001 From: xyj <10908227994@qq.com> Date: Fri, 26 Jan 2024 17:36:50 +0800 Subject: [PATCH] update --- xumu.py | 1 + 1 file changed, 1 insertion(+) diff --git a/xumu.py b/xumu.py index 42c06ca..3376f12 100644 --- a/xumu.py +++ b/xumu.py @@ -259,6 +259,7 @@ async def process_data(request: Request): data = json.loads(data) event = data["event"] clientid = data["clientid"] + print(clientid) pattern = r'^farm_[a-zA-Z0-9]{12}$' amatch1 = re.match(pattern, clientid) pattern = r'^test'