handlers.py
changeset 56 69494e4a5ecc
parent 55 5667d2bbdc50
child 59 8ec729c5d998
--- 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)