[1mdiff --git a/feeds.py b/feeds.py[m
[1mindex 719ef88..7baba0e 100644[m
[1m--- a/feeds.py[m
[1m+++ b/feeds.py[m
[36m@@ -28,7 +28,7 @@[m [mdef make_post_page_or_configure_feed(session):[m
arg2 = found.group(7)[m
if found.group(8) == '/':[m
# Redirect to the correct URL.[m
[31m- raise GeminiError(30, session.path + path[:-1] + ("?" + req.query if req.query != None else ""))[m
[32m+[m[32m raise GeminiError(31, session.path + path[:-1] + ("?" + req.query if req.query != None else ""))[m
else:[m
# Tag filtering All Posts.[m
found = re.match(r'(tag)(/([\w\d-]+)(.*))?', path)[m
text/plain
This content has been proxied by September (ba2dc).