mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-05-09 05:21:13 +02:00
Correct debug output.
This commit is contained in:
parent
f74e4bd252
commit
c2b6082345
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ class FanFictionNetSiteAdapter(BaseSiteAdapter):
|
|||
def _fetchUrl(self,url,parameters=None,extrasleep=1.0,usecache=True):
|
||||
|
||||
if self.browser_cache is None:
|
||||
logger.debug("Start making self.chromagnon_cache")
|
||||
logger.debug("Start making self.browser_cache")
|
||||
try:
|
||||
if not self.getConfig("chrome_cache_path"):
|
||||
raise exceptions.FailedToDownload("FFnet Workaround: chrome_cache_path setting must be set.")
|
||||
|
|
|
|||
Loading…
Reference in a new issue