Skip to content

Commit

Permalink
main console output
Browse files Browse the repository at this point in the history
  • Loading branch information
csrgxtu committed Apr 10, 2015
1 parent 53e0d5f commit 30224de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ def worker(self, name, ips):
for ip in ips:
conn = Connection(ip)
if conn.httpsConn():
print 'Worker ' + name + ': ', ip
if isGoogleSearch('http', ip) or isGoogleSearch('https', ip):
print 'Worker ' + name + ': ', ip
res.append(ip)
appendLst2File(self.Output, res)

Expand Down

0 comments on commit 30224de

Please sign in to comment.