stop printing get_ID

master
Aevann 2024-04-20 16:54:07 +02:00
parent 551ca5ccdb
commit 033a3ec6a4
1 changed files with 0 additions and 2 deletions

View File

@ -62,8 +62,6 @@ def get_IP():
x = request.headers.get('CF-Connecting-IP')
if not x:
x = request.headers.get('X-Forwarded-For')
if not x:
print(get_ID(), flush=True)
return x
limiter = Limiter(