From 033a3ec6a49c7e0b05e178c791f1273b5c4acc67 Mon Sep 17 00:00:00 2001 From: Aevann Date: Sat, 20 Apr 2024 16:54:07 +0200 Subject: [PATCH] stop printing get_ID --- files/__main__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/files/__main__.py b/files/__main__.py index 17db09622..fb3bb84ee 100644 --- a/files/__main__.py +++ b/files/__main__.py @@ -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(