diff server/ts.py @ 47:340a14fcbaeb

change timeout for readline
author Matt Johnston <matt@ucc.asn.au>
date Sun, 24 Jun 2012 10:36:12 +0800
parents 96c336896201
children b09c164debf6
line wrap: on
line diff
--- a/server/ts.py	Sat Jun 23 23:37:36 2012 +0800
+++ b/server/ts.py	Sun Jun 24 10:36:12 2012 +0800
@@ -98,6 +98,7 @@
 def turn_off(sock):
     if TESTING:
         return 99
+    print>>sys.stderr, "sending btoff"
     sock.send("btoff\n");
     # read newline
     l = readline(sock)