Mercurial > code > home > repos > homeauto
diff service/reasoning/reasoning.py @ 180:47682350e6f2
reasoning index page to html
Ignore-this: 8e97a456bdf4e035ecdfe426a38e2741
author | drewp@bigasterisk.com |
---|---|
date | Thu, 14 May 2015 01:32:19 -0700 |
parents | 0f2ac014d9ea |
children | 5ad229334a88 |
line wrap: on
line diff
--- a/service/reasoning/reasoning.py Thu May 14 01:30:00 2015 -0700 +++ b/service/reasoning/reasoning.py Thu May 14 01:32:19 2015 -0700 @@ -417,7 +417,7 @@ self.finish("last poll was %s sec ago. last error: %s" % (ago, self.settings.reasoning.lastError)) return - self.set_header("Content-Type", "application/xhtml+xml") + self.set_header("Content-Type", "text/html") self.write(open('index.html').read()) class ImmediateUpdate(cyclone.web.RequestHandler):