pull/219/head
Aevann 2023-12-03 18:22:24 +02:00
parent d72e92fbf2
commit 6969424b43
1 changed files with 2 additions and 4 deletions

View File

@ -1367,10 +1367,8 @@ def bm():
data = json.loads(request.data)
ip = request.headers.get('CF-Connecting-IP')
if ip != '3.23.31.237':
print(STARS, flush=True)
print(f'/bm fail: {ip}')
print(STARS, flush=True)
abort(400)
print(data, flush=True)
return
created_utc = data['created']