Set debug default value to False

This commit is contained in:
Beth Probert 2026-04-02 15:09:55 +01:00
parent 54b656952f
commit 7106ce1302

View file

@ -72,7 +72,7 @@ def set_shutdown_function(shutdown_function: Callable[[], None]) -> None:
def customise_server(
server: lt.ThingServer, application_config: OFMApplicationData, debug: bool
server: lt.ThingServer, application_config: OFMApplicationData, debug: bool = False
) -> None:
"""Customise the server with additional endpoints, debug mode etc."""
if DEVELOPER_MODE: