Put download list at start of BG job too

This commit is contained in:
Jim Miller 2026-03-09 13:04:24 -05:00
parent a16096592c
commit b7c8c96153

View file

@ -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: