mucha: fixups

This commit is contained in:
Hay1tsme
2023-03-04 22:46:26 -05:00
parent bfe5294d51
commit b12f61198f
4 changed files with 43 additions and 9 deletions

View File

@ -54,9 +54,6 @@ class AllnetServlet:
if enabled:
self.uri_registry[code] = (uri, host)
else:
self.logger.warn("Game {_} has no get_allnet_info method.")
self.logger.info(f"Allnet serving {len(self.uri_registry)} games on port {core_cfg.allnet.port}")