mirror of
https://github.com/ComputerScienceHouse/proxstar.git
synced 2025-03-09 15:40:09 +00:00
Hotfix timeout value
This commit is contained in:
parent
36f52e5938
commit
63fd38b606
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue