Skip to content

Commit

Permalink
Fixed chapter cli parsing.
Browse files Browse the repository at this point in the history
Actually pass the chapter list to Downloader.
  • Loading branch information
Patrick Niklaus committed Feb 8, 2011
1 parent 50af606 commit d04aecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mangaloader.py
Expand Up @@ -273,5 +273,5 @@ def print_help():
sys.exit()

page = BleachExile()
downloader = Downloader(page, sys.argv[1])
downloader = Downloader(page, sys.argv[1], chapters)
downloader.run()

0 comments on commit d04aecb

Please sign in to comment.