1
0
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:
checktheroads
2020-10-10 21:13:28 -07:00
parent 14ec5da505
commit ba1a91c93f
11 changed files with 157 additions and 136 deletions

View File

@@ -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))