mirror of
https://github.com/NovaOSS/nova-api.git
synced 2024-11-25 21:43:57 +01:00
Is git now detecting me? xd
This commit is contained in:
parent
4935071dd6
commit
af4387f435
|
@ -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')]):
|
||||||
|
|
Loading…
Reference in a new issue