From a4c21d118c2646f140bb25cc4fe9a914c13cf546 Mon Sep 17 00:00:00 2001 From: Aevann Date: Tue, 2 Jan 2024 20:09:57 +0200 Subject: [PATCH] try smth --- files/routes/users.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/files/routes/users.py b/files/routes/users.py index 304045fc0..334b5b1dd 100644 --- a/files/routes/users.py +++ b/files/routes/users.py @@ -1365,6 +1365,9 @@ def gumroad(): @limiter.exempt def bm(): data = json.loads(request.data) + + print(data, flush=True) + ip = request.headers.get('CF-Connecting-IP') if ip not in {'54.187.174.169','54.187.205.235','54.187.216.72'}: