Skip to content

Commit

Permalink
Update wuxiaworld2ebook.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MrHaCkEr committed Jul 14, 2017
1 parent f483d9d commit bdbb178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wuxiaworld2ebook.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
novel = input("Which Novel do you want to read? (Enter a number): ")
novel = int(novel)
book = 0
if novel == 11 or novel == 18 or novel == 25 or novel == 40 or novel == 44 or novel == 45 or novel == 49:
if novel == 11 or novel == 18 or novel == 25 or novel == 34 or novel == 40 or novel == 44 or novel == 45 or novel == 49:
book = input("Which Book do you want to read?")
raw_info = links.info(novel, book)
s_chapter = input("What chapter do you want to start at?: ")
Expand Down

0 comments on commit bdbb178

Please sign in to comment.