forked from rDrama/rDrama
1
0
Fork 0

remove print-debugging

master
Aevann 2023-10-05 17:46:55 +03:00
parent 891658d8a8
commit 4bcd56c17d
1 changed files with 0 additions and 1 deletions

View File

@ -1337,7 +1337,6 @@ if KOFI_TOKEN:
def kofi():
data = json.loads(request.values['data'])
verification_token = data['verification_token']
print(verification_token, flush=True)
if verification_token not in {KOFI_TOKEN, KOFI_TOKEN2}: abort(400)
print(request.headers.get('CF-Connecting-IP'), flush=True)