When I run my app it loads fine but when I click on 'Browse' in AppEngine to see if my connected app is loading I get the following:
main.py, line 54
self.response.out.write(template.render(path, {'name': CONFIG['site_name']}
^
IndentationError: unindent does not match outer indentation level
INFO server.py:585] default: "GET / HTTP/1.1" 500 -
I have fixed this line of code and no matter what I do it doesn't work.