1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00

fix missing build-ui timeout argument

This commit is contained in:
checktheroads
2021-02-06 00:19:04 -07:00
parent 207b6ab9de
commit 7c41c577d0

View File

@@ -105,7 +105,7 @@ def start(build, direct, workers): # noqa: C901
try:
if build:
build_complete = build_ui()
build_complete = build_ui(timeout=180)
if build_complete and not direct:
start(**kwargs)