From 52027eac46a6d423249b102cf4e59902b4312c72 Mon Sep 17 00:00:00 2001 From: Nicolas SAPA Date: Sun, 16 Mar 2025 17:52:18 +0100 Subject: [PATCH] Silence a spammy debug Silence a debug in addImgUrl that was spammy. Signed-off-by: Nicolas SAPA --- fanficfare/story.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fanficfare/story.py b/fanficfare/story.py index 8925c8f7..d4d19f91 100644 --- a/fanficfare/story.py +++ b/fanficfare/story.py @@ -1549,10 +1549,10 @@ class Story(Requestable): def addImgUrl(self,parenturl,url,fetch,cover=None,coverexclusion=None): logger.debug("addImgUrl(parenturl=%s,url=%s,cover=%s,coverexclusion=%s"%(parenturl,url,cover,coverexclusion)) - ## flaresolverr can't download images, this directly downloads - ## them using RequestsFetcher. + ## flaresolverr can't download images and browser_cache can be setup to ignore image, + ## so this directly downloads them using RequestsFetcher. if self.direct_fetcher: - logger.debug("addImgUrl: use_flaresolverr_proxy:directimages") + # logger.debug("addImgUrl: using direct_fetcher") fetch = self.direct_fetcher # otherwise it saves the image in the epub even though it