From e9abe5487295b006b846912751dd57c75b364e91 Mon Sep 17 00:00:00 2001 From: Iam54r1n4 Date: Fri, 7 Feb 2025 23:10:27 +0000 Subject: [PATCH] Nothing at all --- core/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/cli.py b/core/cli.py index 7e8c672..0828c61 100644 --- a/core/cli.py +++ b/core/cli.py @@ -424,7 +424,7 @@ def webpanel(action: str, domain: str, port: int, admin_username: str, admin_pas if not services_status.get('hysteria-caddy.service'): raise click.Abort('Error: hysteria-caddy.service service is not running.') - # url = cli_api.get_webpanel_url() + url = cli_api.get_webpanel_url() click.echo(f'Hysteria web panel is now running. The service is accessible on: {url}') elif action == 'stop': cli_api.stop_webpanel()