webui: fix warning
All checks were successful
checks-impure / test (pull_request) Successful in 9s
checks / test (pull_request) Successful in 1m20s

This commit is contained in:
Jörg Thalheim 2023-09-28 16:23:58 +02:00
parent 2375bafbae
commit 7184fe277d

View File

@ -51,5 +51,5 @@ app = setup_app()
for i in app.exception_handlers.items():
log.info(f"Registered exception handler: {i}")
log.warn("log warn")
log.warning("log warn")
log.debug("log debug")