Add support for extensions
Some checks failed
Test and build Docker image / docker (push) Failing after 3s

This commit is contained in:
Joakim Hellsén 2026-07-20 06:02:25 +02:00
commit 793f67db42
Signed by: Joakim Hellsén
SSH key fingerprint: SHA256:/9h/CsExpFp+PRhsfA0xznFx2CGfTT5R/kpuFfUgEQk
39 changed files with 3670 additions and 1309 deletions

View file

@ -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."""