mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-05-08 12:36:11 +02:00
Put download list at start of BG job too
This commit is contained in:
parent
a16096592c
commit
b7c8c96153
1 changed files with 1 additions and 0 deletions
|
|
@ -59,6 +59,7 @@ def do_download_worker_single(site,
|
|||
|
||||
do_list = []
|
||||
done_list = []
|
||||
logger.info("\n\n"+_("Downloading FanFiction Stories")+"\n%s\n"%("\n".join([ "%(status)s %(url)s %(comment)s" % book for book in book_list])))
|
||||
## pass failures from metadata through bg job so all results are
|
||||
## together.
|
||||
for book in book_list:
|
||||
|
|
|
|||
Loading…
Reference in a new issue