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}", "", )