mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-21 05:45:13 +00:00
Gracefully failing Text view fetch.
This commit is contained in:
parent
db23c948c7
commit
ef19cda260
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ class TextImporter:
|
||||||
))
|
))
|
||||||
else:
|
else:
|
||||||
logging.user(self.request, "~SN~FRFailed~FY to fetch ~FGoriginal text~FY: was ~SB%s bytes" % (
|
logging.user(self.request, "~SN~FRFailed~FY to fetch ~FGoriginal text~FY: was ~SB%s bytes" % (
|
||||||
len(zlib.decompress(self.story.story_content_z))
|
self.story.story_content_z and len(zlib.decompress(self.story.story_content_z))
|
||||||
))
|
))
|
||||||
|
|
||||||
return content
|
return content
|
Loading…
Add table
Reference in a new issue