pokken: fix bnp_baseuri

pull/151/head
Hay1tsme 2024-06-11 13:56:39 -04:00
parent 3fd65da7fd
commit fe4d978f70
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ class PokkenBase:
"logfilename": "J:\\JackalMatchingLibrary.log",
"biwalogfilename": "J:\\biwa_log.log",
}
regist_pcb.bnp_baseuri = f"{self.core_cfg.mucha.hostname}/bna"
regist_pcb.bnp_baseuri = f"{self.core_cfg.server.hostname}/bna"
regist_pcb.biwa_setting = json.dumps(biwa_setting)
res.register_pcb.CopyFrom(regist_pcb)