Skip to content

Commit

Permalink
Update tor_ip_switcher.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ruped24 authored Jan 30, 2024
1 parent 67d3b88 commit 2a0fc7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tor_ip_switcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def newnym(self):
try:
my_new_ident = load(urlopen('https://check.torproject.org/api/ip'))['IP']
except (URLError, ValueError):
my_new_ident = getoutput('wget -qO - ifconfig.me')
my_new_ident = getoutput('wget -qO - ident.me')
self.write('Your IP is %s' % (my_new_ident))
else:
key = self.ident + 1
Expand Down

0 comments on commit 2a0fc7b

Please sign in to comment.