mirror of
https://github.com/RicterZ/nhentai.git
synced 2025-04-20 02:41:19 +02:00
fix bug
This commit is contained in:
parent
45fb35b950
commit
5f5245f70f
@ -44,7 +44,7 @@ def main():
|
|||||||
for doujinshi in doujinshi_list:
|
for doujinshi in doujinshi_list:
|
||||||
doujinshi.downloader = downloader
|
doujinshi.downloader = downloader
|
||||||
doujinshi.download()
|
doujinshi.download()
|
||||||
generate_html(doujinshi, output_dir)
|
generate_html(options.output_dir, doujinshi)
|
||||||
|
|
||||||
if not platform.system() == 'Windows':
|
if not platform.system() == 'Windows':
|
||||||
logger.log(15, '🍺 All done.')
|
logger.log(15, '🍺 All done.')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user