# HG changeset patch # User Matt Johnston # Date 1431263629 -28800 # Node ID 509a1be16456000c505c840a1ffac7062495af94 # Parent abc837a7e60fe2704abe97827b954af90d7679fe gevent doesn't work well with subprocess diff -r abc837a7e60f -r 509a1be16456 web/templog.py --- a/web/templog.py Wed May 06 19:40:37 2015 +0800 +++ b/web/templog.py Sun May 10 21:13:49 2015 +0800 @@ -29,7 +29,7 @@ super(TemplogBottle, self).run(*args, **argm) print "ran custom bottle" -bottle.default_app.push(TemplogBottle()) +#bottle.default_app.push(TemplogBottle()) secure.setup_csrf() diff -r abc837a7e60f -r 509a1be16456 web/templog.wsgi --- a/web/templog.wsgi Wed May 06 19:40:37 2015 +0800 +++ b/web/templog.wsgi Sun May 10 21:13:49 2015 +0800 @@ -1,4 +1,4 @@ -from gevent import monkey; monkey.patch_all() +#from gevent import monkey; monkey.patch_all() import os import sys