Skip to content

Commit

Permalink
Fixed tor url
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkst-nick committed Jan 25, 2017
1 parent 66cf829 commit a08be46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion queries.py
Original file line number Diff line number Diff line change
Expand Up @@ -461,5 +461,5 @@ def update_tor_exit_nodes(contents):
db.sadd(KEY_TOR_EXIT_NODES, simplejson.dumps(line.split(' ')[1]))

def update_tor_exit_nodes_loop():
d = getPage('https://somernadasofmasfasdfdsfdfscheck.torproject.org/exit-addresses')
d = getPage('https://check.torproject.org/exit-addresses')
d.addCallback(update_tor_exit_nodes)

0 comments on commit a08be46

Please sign in to comment.