diff options
| author | alex <alex@pdp7.net> | 2025-09-11 08:21:06 +0200 |
|---|---|---|
| committer | alexpdp7 <alex@corcoles.net> | 2025-09-11 08:21:54 +0200 |
| commit | a11648f47004bd571c048b312965879767c3f3c5 (patch) | |
| tree | 62bc9b4e705ad6be61cb5f9377ff6cb9f92cb892 /blog | |
| parent | a33113b139836e75d4c255eca1de6f22f940da28 (diff) | |
Fix bug uncovered by RUF059
Diffstat (limited to 'blog')
| -rw-r--r-- | blog/src/blog/page.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/blog/src/blog/page.py b/blog/src/blog/page.py index 83bf187a..5e9df638 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, ) |
