diff --git a/feeds.py b/feeds.py

index 16dc06a..2953fe0 100644

--- a/feeds.py

+++ b/feeds.py

@@ -28,7 +28,7 @@ def make_post_page_or_configure_feed(session):

     arg2 = found.group(7)

     if found.group(8) == '/':

         # Redirect to the correct URL.

- raise GeminiError(31, session.path + path[:-1] + ("?" + req.query if req.query != None else ""))

+ return 31, session.path + path[:-1] + ("?" + req.query if req.query != None else "")

 else:

     # Tag filtering All Posts.

     found = re.match(r'(tag)(/([\w\d-]+)(.*))?', path)

Proxy Information
Original URL
gemini://git.skyjake.fi/bubble/main/pcdiff/0cedbfca769f99e4b34838050bab7c075d5d5bba
Status Code
Success (20)
Meta
text/plain
Capsule Response Time
37.781553 milliseconds
Gemini-to-HTML Time
0.38767 milliseconds

This content has been proxied by September (3851b).