mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2025-12-15 21:32:28 +01:00
Adding a little debug output.
This commit is contained in:
parent
7db7ce7337
commit
96aeab1ddf
1 changed files with 1 additions and 1 deletions
|
|
@ -1702,7 +1702,7 @@ class FanFicFarePlugin(InterfaceAction):
|
|||
self.cookiejar.load(options['cookiejarfile'],
|
||||
ignore_discard=True,
|
||||
ignore_expires=True)
|
||||
|
||||
logger.debug("Loaded cookiejar from BG.")
|
||||
if job.failed:
|
||||
self.gui.job_exception(job, dialog_title='Failed to Download Stories')
|
||||
return
|
||||
|
|
|
|||
Loading…
Reference in a new issue