Skip to content
This repository has been archived by the owner on Dec 10, 2022. It is now read-only.

Commit

Permalink
remove unused proxy check
Browse files Browse the repository at this point in the history
  • Loading branch information
Nickwasused committed Nov 3, 2021
1 parent f5b8fe6 commit 6360dbe
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions steam.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []


Expand Down

0 comments on commit 6360dbe

Please sign in to comment.