diff server/ts.py @ 94:229b740a607f

use the remainder of times
author Matt Johnston <matt@ucc.asn.au>
date Mon, 16 Jul 2012 21:50:39 +0800
parents c3eb67cd8b61
children b2d0887fb306 1a88bb989afb
line wrap: on
line diff
--- a/server/ts.py	Mon Jul 16 21:50:24 2012 +0800
+++ b/server/ts.py	Mon Jul 16 21:50:39 2012 +0800
@@ -186,7 +186,7 @@
         try:
             sock = get_socket(config.BTADDR)
         except Exception, e:
-            logging.exception("Error connecting")
+            #logging.exception("Error connecting")
             pass
         next_wake_time = 0
         if sock: