further increase max recursion level

This commit is contained in:
2022-03-15 11:15:15 +01:00
parent 1e33e57cb3
commit 3bedae77e1

View File

@@ -149,7 +149,7 @@ def main():
# increase the recursion limit so that BeautifulSoup can
# parse larger html content
sys.setrecursionlimit(2000)
sys.setrecursionlimit(4000)
rc = 0
try: