webui: fix warning
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user