mirror of
https://gitea.tendokyu.moe/Hay1tsme/artemis.git
synced 2026-02-04 14:47: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:
|
||||
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 {
|
||||
|
||||
Reference in New Issue
Block a user