diff --git a/src/onionrcommands/openwebinterface.py b/src/onionrcommands/openwebinterface.py index 94978f15..c8de8b21 100755 --- a/src/onionrcommands/openwebinterface.py +++ b/src/onionrcommands/openwebinterface.py @@ -45,7 +45,7 @@ def _wait_for_ui_to_be_ready(): def get_url() -> str: """Build UI URL string and return it.""" - geturl.get_url(config) + return geturl.get_url(config) get_url.onionr_help = "Shows the Onionr " # type: ignore