diff --git a/fanficfare/adapters/base_adapter.py b/fanficfare/adapters/base_adapter.py index 0096cc4e..ebd84156 100644 --- a/fanficfare/adapters/base_adapter.py +++ b/fanficfare/adapters/base_adapter.py @@ -256,9 +256,9 @@ class BaseSiteAdapter(Requestable):
Error
FanFicFare failed to download this chapter. Because continue_on_chapter_error is set to true, the download continued.
-Chapter URL:
%s
Chapter URL:
%s
Error:
%s-"""%(url,traceback.format_exc().replace("&","&").replace(">",">").replace("<","<"))) +"""%(url,url,traceback.format_exc().replace("&","&").replace(">",">").replace("<","<"))) title = title+self.getConfig("chapter_title_error_mark","(CHAPTER ERROR)") logger.info("continue_on_chapter_error: (%s) %s"%(url,e)) logger.debug(traceback.format_exc())