# HG changeset patch # User Matt Johnston # Date 1431263629 -28800 # Node ID 0f665a84b5812c5cb1446055306b63c5835460c8 # Parent b78961d2e3a3ef6afa007f65c5ce5bc838e78f93 gevent doesn't work well with subprocess diff -r b78961d2e3a3 -r 0f665a84b581 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 b78961d2e3a3 -r 0f665a84b581 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