pokken: fix mucha and allnet info, fix allnet 2.00 format requests

This commit is contained in:
2023-03-10 20:31:29 -05:00
parent f283dd10a9
commit 2dd84bbe3e
4 changed files with 17 additions and 21 deletions

View File

@ -71,7 +71,7 @@ class MuchaServlet:
# TODO: Decrypt S/N
resp = MuchaAuthResponse(
f"{self.config.mucha.hostname}{':' + self.config.mucha.port if self.config.server.is_develop else ''}"
f"{self.config.mucha.hostname}{':' + str(self.config.mucha.port) if self.config.server.is_develop else ''}"
)
self.logger.debug(f"Mucha response {vars(resp)}")