Skip to content

Commit 6a1d420

Browse files
authored
Merge pull request #22 from PSNAppz/master
Patch fix
2 parents 11d06b9 + 0039160 commit 6a1d420

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/getweblinks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import bs4
77

88
"""Get all onion links from the website"""
9-
def getLinks(soup,ext,live):
9+
def getLinks(soup,ext,live=0):
1010
_soup_instance = bs4.BeautifulSoup
1111
extensions = []
1212
if ext:

0 commit comments

Comments
 (0)