mirror of
https://gitea.tendokyu.moe/Hay1tsme/artemis.git
synced 2026-02-12 18:57:29 +08:00
cm: hotfix for handle_get_game_connect_api_request
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user