From: alex Date: Thu, 11 Sep 2025 06:21:06 +0000 (+0200) Subject: Fix bug uncovered by RUF059 X-Git-Url: https://xn--ix-yja.es/gitweb/?a=commitdiff_plain;h=a11648f47004bd571c048b312965879767c3f3c5;p=alex.git Fix bug uncovered by RUF059 --- diff --git a/blog/src/blog/page.py b/blog/src/blog/page.py index 83bf187..5e9df63 100644 --- a/blog/src/blog/page.py +++ b/blog/src/blog/page.py @@ -16,7 +16,7 @@ class BasePage: return bicephalus.Response( content=content.encode("utf8"), content_type=content_type, - status=bicephalus.Status.OK, + status=status, )