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

bump version to beta-21

This commit is contained in:
checktheroads
2020-04-13 02:26:12 -07:00
parent 2fca563a33
commit 1c9aee4608
5 changed files with 15 additions and 5 deletions

View File

@@ -94,7 +94,7 @@ def on_starting(server: Arbiter):
log.success(
"Started hyperglass {v} on http://{h}:{p} with {w} workers",
v=__version__,
h=str(params.listen_address),
h=format_listen_address(params.listen_address),
p=str(params.listen_port),
w=server.app.cfg.settings["workers"].value,
)