Skip to content

Commit

Permalink
Update spammer.py
Browse files Browse the repository at this point in the history
  • Loading branch information
FSystem88 authored Nov 27, 2020
1 parent 307beb4 commit 4bd0381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spammer.py
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,7 @@ def generateproxy():

def checkproxy(ip, prox):
try:
ipx = requests.get("http://fsystem88.ru/ip", proxies={'http': "http://{}".format(proxy), 'https':"http://{}".format(proxy)}, verify=False, timeout=10).text
ipx = requests.get("http://fsystem88.ru/ip", proxies={'http': "http://{}".format(prox), 'https':"http://{}".format(prox)}, verify=False, timeout=10).text
except:
ipx = ip
if ip != ipx:
Expand Down

0 comments on commit 4bd0381

Please sign in to comment.