Skip to content

Commit f2cba79

Browse files
committed
Added live parameter default value
1 parent e1dd8a7 commit f2cba79

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)