Is git now detecting me? xd

This commit is contained in:
nsde 2023-06-23 11:22:34 +02:00
parent 4935071dd6
commit af4387f435

View file

@ -10,7 +10,6 @@ is_proxy_enabled = False
def enable_proxy(): def enable_proxy():
"""Enables the SOCKS5 proxy.""" """Enables the SOCKS5 proxy."""
# pylint: disable=C0103
global is_proxy_enabled global is_proxy_enabled
if all([os.getenv('PROXY_PORT'), os.getenv('PROXY_IP'), os.getenv('PROXY_USER'), os.getenv('PROXY_PASS')]): if all([os.getenv('PROXY_PORT'), os.getenv('PROXY_IP'), os.getenv('PROXY_USER'), os.getenv('PROXY_PASS')]):