Update weirdAAL.py

remove that random proxy i was testing with
This commit is contained in:
Chris Gates
2018-05-08 12:08:48 -04:00
committed by GitHub
parent 5cc626d6b2
commit ff2714ffa9

View File

@@ -17,7 +17,7 @@ import builtins
os.environ['AWS_SHARED_CREDENTIALS_FILE'] = '.env'
# If you want to use a transparent + supports SSL proxy you can put it here
# os.environ['HTTPS_PROXY'] = 'https://149.56.108.133:3128'
# os.environ['HTTPS_PROXY'] = 'https://127.0.0.1:3128'
sys.path.append("modules")
for module in all_modules: