forked from Hay1tsme/artemis
cm: hotfix for handle_get_game_connect_api_request
This commit is contained in:
parent
2f1728b64d
commit
6dcd7b67ef
@ -25,7 +25,7 @@ class CardMakerBase():
|
|||||||
if self.core_cfg.server.is_develop:
|
if self.core_cfg.server.is_develop:
|
||||||
uri = f"http://{self.core_cfg.title.hostname}:{self.core_cfg.title.port}"
|
uri = f"http://{self.core_cfg.title.hostname}:{self.core_cfg.title.port}"
|
||||||
else:
|
else:
|
||||||
f"http://{self.core_cfg.title.hostname}"
|
uri = f"http://{self.core_cfg.title.hostname}"
|
||||||
|
|
||||||
# CHUNITHM = 0, maimai = 1, ONGEKI = 2
|
# CHUNITHM = 0, maimai = 1, ONGEKI = 2
|
||||||
return {
|
return {
|
||||||
|
Loading…
Reference in New Issue
Block a user