Skip to content

Commit

Permalink
Minor bug fix (remove non-essential line)
Browse files Browse the repository at this point in the history
  • Loading branch information
k4m4 committed Nov 22, 2017
1 parent 05b174a commit 7e074a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion onioff.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ def checkOnion(onion): # Check Onion Status
if check_ip != pure_ip:
flushPrint('\n[+] Sending Request')
try:
start = time.time()
response = urllib2.urlopen(onion).getcode()
except urllib2.URLError as e:
response = 'INACTIVE (' + str(e.reason) + ')'
Expand Down

0 comments on commit 7e074a4

Please sign in to comment.