Fixed app.py not being executable

This commit is contained in:
José Carlos Cuevas 2013-06-06 12:20:46 +02:00
parent 6d0a3b9fc7
commit 2ea1e2a857

1
app.py
View file

@ -388,4 +388,5 @@ class query(object):
if __name__ == "__main__":
# web.wsgi.runwsgi = lambda func, addr=None: web.wsgi.runfcgi(func, addr)
app.run()