Index: web/rest.py =================================================================== --- web/rest.py (revision 9514) +++ web/rest.py (working copy) @@ -173,7 +173,7 @@ item[k] = v.isoformat() else: item[k] = v - items.append(item) + items.append(item) request.write(simplejson.dumps(items) or '') #request.write(str(result) or '') request.finish()

I know it’s totally 20th century Perl nerd glee and everything, but I love that this bug was entirely an indentation error.