mirror of
https://github.com/checktheroads/hyperglass
synced 2024-05-11 05:55:08 +00:00
add redis password authentication support, closes #82
This commit is contained in:
@@ -123,7 +123,7 @@ def start(build, direct, workers):
|
||||
elif not build and direct:
|
||||
uvicorn_start(**kwargs)
|
||||
|
||||
except Exception as err:
|
||||
except BaseException as err:
|
||||
error(str(err))
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user