webconfig: Print url

This makes it easier to get it if e.g. the browser can't open files in
/tmp (... Ubuntu...)

See #9014
This commit is contained in:
Fabian Boehm 2022-06-14 21:43:04 +02:00
parent 83b016945e
commit 6ab0a3d81f

View file

@ -1689,6 +1689,10 @@ print(
"Web config started at %s%s%s"
% (esc["underline"], fileurl, esc["exit_attribute_mode"])
)
print(
"If that doesn't work, try opening %s%s%s"
% (esc["underline"], url, esc["exit_attribute_mode"])
)
print("%sHit ENTER to stop.%s" % (esc["bold"], esc["exit_attribute_mode"]))