[or-cvs] r13156: Mike pointed out that the thread .join() was pointless, I've (torflow/trunk/tools)

ioerror at seul.org ioerror at seul.org
Thu Jan 17 06:43:32 UTC 2008


Author: ioerror
Date: 2008-01-17 01:43:32 -0500 (Thu, 17 Jan 2008)
New Revision: 13156

Modified:
   torflow/trunk/tools/moniTor.py
Log:
Mike pointed out that the thread .join() was pointless, I've removed it. -jake


Modified: torflow/trunk/tools/moniTor.py
===================================================================
--- torflow/trunk/tools/moniTor.py	2008-01-17 06:28:53 UTC (rev 13155)
+++ torflow/trunk/tools/moniTor.py	2008-01-17 06:43:32 UTC (rev 13156)
@@ -108,8 +108,6 @@
       for key in dynamic_info:
           print key + " is " + dynamic_info[key]
 
-      torctl_oracle_thread.join()
-
       time.sleep(1)
       # So ghetto, so ghetto!
       os.system('clear')



More information about the tor-commits mailing list