From 3bedae77e105d44bd5b0d76f0ccce8339f69410b Mon Sep 17 00:00:00 2001 From: Thomas Oettli Date: Tue, 15 Mar 2022 11:15:15 +0100 Subject: [PATCH] further increase max recursion level --- pyquarantine/run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyquarantine/run.py b/pyquarantine/run.py index 39e25ee..c364298 100644 --- a/pyquarantine/run.py +++ b/pyquarantine/run.py @@ -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: