From af4387f4354d47930bad977d73a90e2da9701675 Mon Sep 17 00:00:00 2001 From: nsde Date: Fri, 23 Jun 2023 11:22:34 +0200 Subject: [PATCH] Is git now detecting me? xd --- api/security.py | 1 - 1 file changed, 1 deletion(-) diff --git a/api/security.py b/api/security.py index 7624543..7e7b655 100644 --- a/api/security.py +++ b/api/security.py @@ -10,7 +10,6 @@ is_proxy_enabled = False def enable_proxy(): """Enables the SOCKS5 proxy.""" - # pylint: disable=C0103 global is_proxy_enabled if all([os.getenv('PROXY_PORT'), os.getenv('PROXY_IP'), os.getenv('PROXY_USER'), os.getenv('PROXY_PASS')]):