We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1dd8a7 commit f2cba79Copy full SHA for f2cba79
1 file changed
modules/getweblinks.py
@@ -6,7 +6,7 @@
6
import bs4
7
8
"""Get all onion links from the website"""
9
-def getLinks(soup,ext,live):
+def getLinks(soup,ext,live=0):
10
_soup_instance = bs4.BeautifulSoup
11
extensions = []
12
if ext:
0 commit comments