csb: fix get_allnet_info

This commit is contained in:
Hay1tsme 2024-01-22 14:42:13 -05:00
parent 384924335c
commit a15ad77f20
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ class CxbServlet(BaseServlet):
t_port = f":{title_port_int}" if title_port_int != 80 else ""
return (
f"{proto}://{self.core_cfg.title.hostname}{t_port}",
f"{proto}://{self.core_cfg.server.hostname}{t_port}",
"",
)