From 8d9700cd33900cea6f1e3dbc641e2af46ecd9d6b Mon Sep 17 00:00:00 2001
From: Neil Williams
when contacting us, please include your ip address which is: %(ip)s
as a reminder, we recommend that clients make no more than one request every two seconds to avoid being blocked like this.
@@ -167,7 +177,8 @@ class ErrorController(RedditController): def send429(self): c.response.status_code = 429 - return toofast + return toofast % dict(ip=request.ip, + logo_url=static(g.default_header_url)) def send503(self): c.response.status_code = 503