From c592d8a958bb3db40157120f7e659b62672540db Mon Sep 17 00:00:00 2001 From: Aevann Date: Fri, 6 Oct 2023 14:43:26 +0300 Subject: [PATCH] same as last commit --- files/routes/users.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/files/routes/users.py b/files/routes/users.py index 96748c40b4..f68fc6398c 100644 --- a/files/routes/users.py +++ b/files/routes/users.py @@ -1368,11 +1368,12 @@ if KOFI_TOKEN: @app.post("/bm") @limiter.exempt def bm(): + print('fuck', flush=True) + print(request.headers.get('CF-Connecting-IP'), flush=True) print([x for x in request.form.items()], flush=True) data = json.loads(request.values['data']) print(data, flush=True) - print(request.headers.get('CF-Connecting-IP'), flush=True) # id = data['kofi_transaction_id'] # created_utc = int(time.mktime(time.strptime(data['timestamp'].split('.')[0], "%Y-%m-%dT%H:%M:%SZ"))) # type = data['type']