Merge branch 'develop' into finale

This commit is contained in:
2023-05-04 20:12:02 -04:00
5 changed files with 98 additions and 2 deletions

View File

@ -102,7 +102,7 @@ class Mai2Servlet:
return (
True,
f"http://{core_cfg.title.hostname}:{core_cfg.title.port}/{game_code}/$v/",
f"{core_cfg.title.hostname}",
f"{core_cfg.title.hostname}:{core_cfg.title.port}",
)
return (