[or-cvs] r20566: {torflow} Woops, tor data dir changed. (torflow/trunk/NetworkScanners/BwAuthority)
mikeperry at seul.org
mikeperry at seul.org
Tue Sep 15 00:32:53 UTC 2009
Author: mikeperry
Date: 2009-09-14 20:32:53 -0400 (Mon, 14 Sep 2009)
New Revision: 20566
Modified:
torflow/trunk/NetworkScanners/BwAuthority/aggregate.py
Log:
Woops, tor data dir changed.
Modified: torflow/trunk/NetworkScanners/BwAuthority/aggregate.py
===================================================================
--- torflow/trunk/NetworkScanners/BwAuthority/aggregate.py 2009-09-14 21:34:23 UTC (rev 20565)
+++ torflow/trunk/NetworkScanners/BwAuthority/aggregate.py 2009-09-15 00:32:53 UTC (rev 20566)
@@ -180,7 +180,7 @@
s.connect((TorUtil.control_host,TorUtil.control_port))
c = TorCtl.Connection(s)
c.debug(file(argv[1]+"/aggregate-control.log", "w", buffering=0))
- c.authenticate_cookie(file(argv[1]+"/scanner.1/tor-data/control_auth_cookie",
+ c.authenticate_cookie(file(argv[1]+"/tor/control_auth_cookie",
"r"))
ns_list = c.get_network_status()
More information about the tor-commits
mailing list