Remove some dead code.

This commit is contained in:
Jim Miller 2026-04-10 16:43:49 -05:00
parent 270e01c3c7
commit 405c37aeb5

View file

@ -114,15 +114,6 @@ def finish_download(donelist):
# return the book list as the job result
return book_list
def do_download_site(site,book_list,options,merge,notification=lambda x,y:x):
# logger.info(_("Started job for %s")%site)
retval = []
for book in book_list:
# logger.info("%s"%book['url'])
retval.append(do_download_for_worker(book,options,merge,notification))
notification(10.0,book['url'])
return retval
def do_download_for_worker(book,options,merge,notification=lambda x,y:x):
'''
Child job, to download story when run as a worker job