[torflow/master] added db_url config parameter

commit 83348a9cc59fe035026917b41585f101ea169a73 Author: aagbsn <aagbsn@extc.org> Date: Thu Jun 16 19:30:33 2011 -0700 added db_url config parameter --- NetworkScanners/BwAuthority/bwauthority.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/NetworkScanners/BwAuthority/bwauthority.py b/NetworkScanners/BwAuthority/bwauthority.py index 0d57dfe..bcc9a49 100644 --- a/NetworkScanners/BwAuthority/bwauthority.py +++ b/NetworkScanners/BwAuthority/bwauthority.py @@ -14,7 +14,7 @@ def main(argv): TorUtil.read_config(argv[1]) (start_pct,stop_pct,nodes_per_slice,save_every,circs_per_node,out_dir, max_fetch_time,tor_dir,sleep_start,sleep_stop, - min_streams,pid_file_name) = bwauthority_child.read_config(argv[1]) + min_streams,pid_file_name,db_url) = bwauthority_child.read_config(argv[1]) if pid_file_name: pidfd = file(pid_file_name, 'w')
participants (1)
-
mikeperry@torproject.org