Mercurial > code > home > repos > light9
diff bin/effecteval @ 1217:e703b3434dbd
websocket and web cleanup
Ignore-this: ac6bd0444bc03ee79ce71c4aa7740bc0
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Mon, 08 Jun 2015 02:08:25 +0000 |
parents | 95dfce5c12ce |
children | ad90eb1f5493 |
line wrap: on
line diff
--- a/bin/effecteval Mon Jun 08 00:38:49 2015 +0000 +++ b/bin/effecteval Mon Jun 08 02:08:25 2015 +0000 @@ -24,6 +24,7 @@ class EffectEdit(PrettyErrorHandler, cyclone.web.RequestHandler): def get(self): + self.set_header('Content-Type', 'text/html') self.write(open("light9/effecteval/effect.html").read()) def delete(self): graph = self.settings.graph