Mercurial > code > home > repos > gcalendarwatch
diff gcalendarwatch.py @ 10:c3f5b0236d0f
rename to index.html
author | drewp@bigasterisk.com |
---|---|
date | Mon, 03 Feb 2020 17:11:58 -0800 |
parents | 1e281ead081a |
children | 702f74c3d742 |
line wrap: on
line diff
--- a/gcalendarwatch.py Mon Feb 03 17:07:52 2020 -0800 +++ b/gcalendarwatch.py Mon Feb 03 17:11:58 2020 -0800 @@ -297,7 +297,7 @@ if ago > period * 1.1: raise ValueError(msg) self.set_header("content-type", "text/html") - self.write(open("gcalendarwatch.html").read().replace("MSG", msg)) + self.write(open("index.html").read().replace("MSG", msg)) class EventsPage(cyclone.web.RequestHandler):