Hotfix timeout value

This commit is contained in:
Devin Matte 2020-12-21 23:36:29 -05:00
parent 36f52e5938
commit 63fd38b606

View file

@ -10,7 +10,7 @@ else:
config = os.path.join(app.config.get('ROOT_DIR', os.getcwd()), "config.py")
app.config.from_pyfile(config)
timeout = config.TIMEOUT
timeout = app.config['TIMEOUT']
def start_websockify(websockify_path, target_file):