pokken: fix bnp_baseuri

This commit is contained in:
Hay1tsme 2024-06-11 13:56:39 -04:00
parent 3fd65da7fd
commit fe4d978f70

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)