Ruff fix
This commit is contained in:
parent
417da8d1d7
commit
cea1a7a748
1 changed files with 1 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue