Skip to content

Commit

Permalink
Update passhunt.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Viralmaniar authored Mar 5, 2018
1 parent 1fb14ad commit b12a0ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion passhunt.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def cmd_vendorSearch():
soup = bs.BeautifulSoup(response, "html.parser")
#print(soup.find_all('a'))
for links in soup.find_all('table'):
print(links.text)
#print(links.text)
print(formatTable(links))

def cmd_openFile():
Expand Down

0 comments on commit b12a0ce

Please sign in to comment.