Set debug default value to False
This commit is contained in:
parent
54b656952f
commit
7106ce1302
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue