mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-07-23 15:00:36 -04:00
Merge branch 'bmiller/more_better_requests' into qa
This commit is contained in:
commit
4557326a2e
1 changed files with 1 additions and 1 deletions
|
@ -531,7 +531,7 @@ class BrozzlerWorker:
|
|||
except requests.exceptions.ProxyError as e:
|
||||
raise brozzler.ProxyError("proxy error fetching %s" % url) from e
|
||||
except requests.exceptions.RequestException as e:
|
||||
self.logger.warning("Failed to get headers for %s: %s", page.url, e)
|
||||
self.logger.warning("Failed to fetch url %s", page.url, e)
|
||||
|
||||
def brozzle_site(self, browser, site):
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue