Print URL in console when launching webserver
This commit is contained in:
parent
5b15ce6918
commit
0747c46400
@ -252,4 +252,5 @@ def serve(config):
|
|||||||
# standard logging
|
# standard logging
|
||||||
server = web_app.QuietWSGIRefServer
|
server = web_app.QuietWSGIRefServer
|
||||||
|
|
||||||
app.run(host=config["host"], port=config["port"], server=server)
|
print("Launching web viewer running on http://%s:%s" % (config["host"], config["port"]))
|
||||||
|
app.run(host=config["host"], port=config["port"], server=server)
|
Loading…
Reference in New Issue
Block a user