diff --git a/config.py b/config.py index c087f6b..77fee79 100755 --- a/config.py +++ b/config.py @@ -205,6 +205,9 @@ def build_config(_config_file): 'PORT': config.getint(section,'PORT'), 'NODE' : config.getint(section,'NODE') }) + + elif section == 'PROXY': + pass