From a15ad77f20ff7dbdd4280f41dd33fdb67c166a32 Mon Sep 17 00:00:00 2001 From: Hay1tsme Date: Mon, 22 Jan 2024 14:42:13 -0500 Subject: [PATCH] csb: fix get_allnet_info --- titles/cxb/index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/titles/cxb/index.py b/titles/cxb/index.py index 53930b4..513b813 100644 --- a/titles/cxb/index.py +++ b/titles/cxb/index.py @@ -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}", "", )