From 6360dbe97f44588dc5df05ade6ff5d758753d412 Mon Sep 17 00:00:00 2001 From: Nickwasused <34883496+Nickwasused@users.noreply.github.com> Date: Wed, 3 Nov 2021 18:33:21 +0100 Subject: [PATCH] remove unused proxy check --- steam.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/steam.py b/steam.py index d03b39c..e8df42d 100644 --- a/steam.py +++ b/steam.py @@ -62,14 +62,6 @@ def logwrite_false(): # Nothing to remove pass -if config.proxy == "enabled": - pp.pprint('Using Proxy Server if available') - logwrite('Using Proxy Server if available') -else: - os.environ['NO_PROXY'] = config.botip - pp.pprint('Not using Proxy Servers') - logwrite('Not using Proxy Servers') - appids = []