mirror of
https://github.com/RicterZ/nhentai.git
synced 2025-04-20 02:41:19 +02:00
removed list(). stupid mistake
This commit is contained in:
parent
e6d2eb554d
commit
893a8c194e
@ -90,7 +90,7 @@ def main():
|
|||||||
doujinshi_list.append(Doujinshi(name_format=options.name_format, **doujinshi_info))
|
doujinshi_list.append(Doujinshi(name_format=options.name_format, **doujinshi_info))
|
||||||
|
|
||||||
if (i + 1) % 10 == 0:
|
if (i + 1) % 10 == 0:
|
||||||
logger.info('Progress: %d / %d' % (i + 1, len(list(doujinshi_ids))))
|
logger.info('Progress: %d / %d' % (i + 1, len(doujinshi_ids)))
|
||||||
|
|
||||||
if not options.is_show:
|
if not options.is_show:
|
||||||
downloader = Downloader(path=options.output_dir, size=options.threads,
|
downloader = Downloader(path=options.output_dir, size=options.threads,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user