fix: remove timeout
All checks were successful
books / lint (push) Successful in 1m0s

This commit is contained in:
Michel Roux 2025-02-13 22:40:28 +00:00
parent 12abecc933
commit ee00265a9b

View File

@ -72,7 +72,6 @@ class MyChapterFactory(SimpleChapterFactory): # type: ignore
try: try:
res = requests.get( res = requests.get(
url, url,
timeout=ctx.timeout,
impersonate=requests.BrowserType.firefox133.value, impersonate=requests.BrowserType.firefox133.value,
thread=None, thread=None,
curl_options=None, curl_options=None,