Add support for extensions
Some checks failed
Test and build Docker image / docker (push) Failing after 3s
Some checks failed
Test and build Docker image / docker (push) Failing after 3s
This commit is contained in:
parent
64a116d947
commit
793f67db42
39 changed files with 3670 additions and 1309 deletions
|
|
@ -39,7 +39,7 @@ class _AutodiscoverHandler(BaseHTTPRequestHandler):
|
|||
b'type="application/rss+xml" title="Example"></head></html>',
|
||||
)
|
||||
|
||||
def log_message(self, _format: str, *_args: object) -> None:
|
||||
def log_message(self, _format: str, *_args: str | int) -> None:
|
||||
"""Suppress HTTP request logging during tests."""
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue