mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Handling another requests error when fetching icons.
This commit is contained in:
parent
a23dc55636
commit
d1cb93433c
1 changed files with 1 additions and 0 deletions
|
@ -202,6 +202,7 @@ class IconImporter(object):
|
|||
requests.models.MissingSchema, requests.sessions.InvalidSchema,
|
||||
requests.sessions.TooManyRedirects,
|
||||
requests.models.InvalidURL,
|
||||
requests.models.ChunkedEncodingError,
|
||||
LocationParseError, OpenSSLError, PyAsn1Error), e:
|
||||
logging.debug(" ---> ~SN~FRFailed~FY to fetch ~FGfeed icon~FY: %s" % e)
|
||||
if url:
|
||||
|
|
Loading…
Add table
Reference in a new issue