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:
res = requests.get(
url,
timeout=ctx.timeout,
impersonate=requests.BrowserType.firefox133.value,
thread=None,
curl_options=None,