This commit is contained in:
Beth Probert 2026-03-05 11:40:25 +00:00
parent 417da8d1d7
commit cea1a7a748

View file

@ -72,8 +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
) -> None:
"""Customise the server with additional endpoints, debug mode etc."""
if DEVELOPER_MODE: