forked from Dniel97/artemis
pokken: fix bnp_baseuri
This commit is contained in:
parent
3fd65da7fd
commit
fe4d978f70
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user