mai2: fix get_allnet_info

This commit is contained in:
Hay1tsme 2023-11-29 11:39:19 -05:00
parent 6774716e06
commit e7fb9ce07d
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ class Mai2Servlet(BaseServlet):
)
return (
f"http://{self.core_cfg.title.hostname}/{game_code}/{game_ver}/{servlet_name}",
f"http://{self.core_cfg.title.hostname}/{game_ver}/{servlet_name}",
f"{self.core_cfg.title.hostname}",
)