diff -r 5667d2bbdc50 -r 69494e4a5ecc handlers.py --- a/handlers.py Mon Feb 09 05:44:29 2009 +0200 +++ b/handlers.py Mon Feb 09 06:04:27 2009 +0200 @@ -64,6 +64,9 @@ # return http.Response('\n'.join(str(channel.source.get_latest(count))), 'text/plain') pass + elif format == 'html' : + pass + else : raise http.ResponseError("Unknown filetype %r" % format)