FIx att 4

This commit is contained in:
2024-04-09 01:06:03 +02:00
parent a484b792ea
commit 55fc5cc16f
2 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ def waitress_run(_logger):
_logger.info("Attempt waitress")
serve(app, host=HOST_ADDRESS, port=PORT_ADDRESS)
if __name__ == "__main__":
def comm_subroutine():
logger = logging.getLogger('conjurer_musician')
logger.setLevel(logging.DEBUG)
logger.info("Started")