From ee00265a9ba9d3514653c2f8774058259a9a6d25 Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Thu, 13 Feb 2025 22:40:28 +0000 Subject: [PATCH] fix: :zap: remove timeout --- auberge_vagabonde/__main__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/auberge_vagabonde/__main__.py b/auberge_vagabonde/__main__.py index e62fc4c..4c501d1 100644 --- a/auberge_vagabonde/__main__.py +++ b/auberge_vagabonde/__main__.py @@ -72,7 +72,6 @@ class MyChapterFactory(SimpleChapterFactory): # type: ignore try: res = requests.get( url, - timeout=ctx.timeout, impersonate=requests.BrowserType.firefox133.value, thread=None, curl_options=None,