mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-04-19 07:15:52 -04:00
black'd
This commit is contained in:
parent
9dca200230
commit
819a483227
@ -504,7 +504,7 @@ class BrozzlerWorker:
|
||||
url,
|
||||
headers=headers,
|
||||
timeout=self.FETCH_URL_TIMEOUT,
|
||||
retries=False
|
||||
retries=False,
|
||||
)
|
||||
except TimeoutError as e:
|
||||
self.logger.warning("Timed out fetching %s", url)
|
||||
|
Loading…
x
Reference in New Issue
Block a user