From 1c834cf5ea31c27c9acde98aa3b926b2fea5385f Mon Sep 17 00:00:00 2001 From: xyj <10908227994@qq.com> Date: Fri, 26 Jan 2024 18:09:15 +0800 Subject: [PATCH] update --- xumu.py | 1 - 1 file changed, 1 deletion(-) diff --git a/xumu.py b/xumu.py index 8dcd522..217587f 100644 --- a/xumu.py +++ b/xumu.py @@ -259,7 +259,6 @@ 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'