1
0
Fork 0

cm: hotfix for handle_get_game_connect_api_request

This commit is contained in:
Hay1tsme 2023-03-09 10:37:29 -05:00
parent 2f1728b64d
commit 6dcd7b67ef
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ class CardMakerBase():
if self.core_cfg.server.is_develop:
uri = f"http://{self.core_cfg.title.hostname}:{self.core_cfg.title.port}"
else:
f"http://{self.core_cfg.title.hostname}"
uri = f"http://{self.core_cfg.title.hostname}"
# CHUNITHM = 0, maimai = 1, ONGEKI = 2
return {