Skip to content

Commit

Permalink
Merge pull request #22 from PSNAppz/master
Browse files Browse the repository at this point in the history
Patch fix
  • Loading branch information
PSNAppz authored Jun 29, 2017
2 parents 11d06b9 + 0039160 commit 6a1d420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/getweblinks.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import bs4

"""Get all onion links from the website"""
def getLinks(soup,ext,live):
def getLinks(soup,ext,live=0):
_soup_instance = bs4.BeautifulSoup
extensions = []
if ext:
Expand Down

0 comments on commit 6a1d420

Please sign in to comment.