fix: hide python version
Python Lint CI / ruff (push) Successful in 58s
Python Lint CI / ruff-format-check (push) Successful in 1m0s
Python Lint CI / ty (push) Successful in 1m0s
Docker CI / docker-build (push) Successful in 2m52s
Python Test CI / coverage (push) Successful in 2m30s

This commit is contained in:
2026-05-26 10:58:16 +02:00
parent 9cefd6657a
commit 60e70ea0c0
+4
View File
@@ -52,6 +52,10 @@ class BaseHandler(abc.ABC, http.server.BaseHTTPRequestHandler):
with contextlib.suppress(Exception):
self.connection.close()
@typing.override
def version_string(self) -> str:
return self.server_version
@typing.override
def send_error(
self,