diff --git a/weirdAAL.py b/weirdAAL.py index 6138f24..19fb37c 100755 --- a/weirdAAL.py +++ b/weirdAAL.py @@ -16,6 +16,9 @@ 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://127.0.0.1:8888' + sys.path.append("modules") for module in all_modules: exec("from %s import *" % module)