This commit is contained in:
Beth Probert 2026-03-05 10:50:24 +00:00
parent b9e9e29210
commit 417da8d1d7

View file

@ -119,7 +119,7 @@ def serve_from_cli(argv: Optional[list[str]] = None) -> None:
configure_logging(application_config.log_folder)
server = lt.ThingServer.from_config(lt_config)
debug = True if args.debug else False
debug = bool(args.debug)
customise_server(server, application_config, debug)
def shutdown_call() -> None: