mypy
This commit is contained in:
parent
77781d5c4d
commit
ad3b579829
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ def configure_logging(log_folder: str, debug: bool = False) -> None:
|
|||
)
|
||||
|
||||
|
||||
def retrieve_log() -> PlainTextResponse:
|
||||
def retrieve_log() -> JSONResponse:
|
||||
"""Return logs since the server started, up to a maximum of 250 messages.
|
||||
|
||||
This log is the one shown in the UI and on the logging page.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue