diff web/templog.wsgi @ 238:509a1be16456

gevent doesn't work well with subprocess
author Matt Johnston <matt@ucc.asn.au>
date Sun, 10 May 2015 21:13:49 +0800
parents abc837a7e60f
children c490de0cf17e
line wrap: on
line diff
--- 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