Fix regression when opening homepage

This commit is contained in:
Kevin Froman 2021-01-16 06:38:12 +00:00
parent ad91a3222f
commit 07d9207808
1 changed files with 1 additions and 1 deletions

View File

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