Bubble [main]

Feeds: Cleanup

=> 0cedbfca769f99e4b34838050bab7c075d5d5bba

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/cdiff/0cedbfca769f99e4b34838050bab7c075d5d5bba
Status Code
Success (20)
Meta
text/gemini; charset=utf-8
Capsule Response Time
85.511879 milliseconds
Gemini-to-HTML Time
0.1374 milliseconds

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