[tor-commits] [torbel/master] query.ExitList expects filename argument

sebastian at torproject.org sebastian at torproject.org
Sun Sep 4 07:25:41 UTC 2011


commit 1b61735a60a2e23e84609accac2931c48b5775cd
Author: Sebastian Hahn <sebastian at torproject.org>
Date:   Fri Sep 2 05:26:03 2011 +0200

    query.ExitList expects filename argument
---
 checkweb.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/checkweb.py b/checkweb.py
index c3d90ab..1d7d799 100755
--- a/checkweb.py
+++ b/checkweb.py
@@ -5,7 +5,7 @@ from cgi import escape
 from logger import *
 from flup.server.fcgi import WSGIServer
 
-elist = query.ExitList(csv_file = "bel_export.csv")
+elist = query.ExitList(filename = "bel_export.csv")
 port = 8000
 
 log = get_logger("WSGITest")





More information about the tor-commits mailing list