forked from Dniel97/artemis
csb: fix get_allnet_info
This commit is contained in:
parent
384924335c
commit
a15ad77f20
@ -98,7 +98,7 @@ class CxbServlet(BaseServlet):
|
|||||||
t_port = f":{title_port_int}" if title_port_int != 80 else ""
|
t_port = f":{title_port_int}" if title_port_int != 80 else ""
|
||||||
|
|
||||||
return (
|
return (
|
||||||
f"{proto}://{self.core_cfg.title.hostname}{t_port}",
|
f"{proto}://{self.core_cfg.server.hostname}{t_port}",
|
||||||
"",
|
"",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user