fix ongeki and sao

This commit is contained in:
2024-01-22 15:49:06 -05:00
parent 9a021d4005
commit 6ed80ecbab
2 changed files with 3 additions and 3 deletions

View File

@ -139,8 +139,8 @@ class OngekiServlet(BaseServlet):
t_port = f":{title_port_int}" if title_port_int != 80 else ""
return (
f"{proto}://{self.core_cfg.title.hostname}{t_port}/{game_code}/{game_ver}/",
f"{self.core_cfg.title.hostname}{t_port}/",
f"{proto}://{self.core_cfg.server.hostname}{t_port}/{game_code}/{game_ver}/",
f"{self.core_cfg.server.hostname}{t_port}/",
)