This commit is contained in:
xyj 2024-01-26 18:09:15 +08:00
parent 10bbe40cf0
commit 1c834cf5ea
1 changed files with 0 additions and 1 deletions

View File

@ -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'