Skip to content

Commit

Permalink
Update 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dr_nyt committed Jul 16, 2019
1 parent 6ff5ccf commit 295b264
Show file tree
Hide file tree
Showing 12 changed files with 3 additions and 1,873 deletions.
File renamed without changes.
Binary file added Version 0.8.1/__pycache__/main.cpython-37.pyc
Binary file not shown.
File renamed without changes.
4 changes: 3 additions & 1 deletion Version 0.8/novelplanet.py → Version 0.8.1/novelplanet.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,15 @@ def __init__(self, parent):
self.chapter_sizer.Add(self.chapter_range_max_box, wx.ALL, 5)
self.SetSizer(self.chapter_sizer)

self.book = epub.EpubBook()
self.parent = parent
self.msg = self.parent.msg
self.current_directory = self.parent.current_directory

def run(self, link, cover, chapter_start, chapter_end, directory):
os.chdir(directory) #Set the correct working directory

self.book = epub.EpubBook()

link = link
cover = cover
chapter_start = chapter_start
Expand Down Expand Up @@ -69,6 +70,7 @@ def run(self, link, cover, chapter_start, chapter_end, directory):
else:
chapter_end = len(chapters)
self.msg(f"\nChapter {chapter_start} to Chapter {chapter_end} will be compiled!")

book = self.book
# add metadata
book.set_identifier('dr_nyt')
Expand Down
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
933 changes: 0 additions & 933 deletions webdags/wxPython/MAC-main.py

This file was deleted.

939 changes: 0 additions & 939 deletions webdags/wxPython/Windows-main.py

This file was deleted.

Binary file removed webdags/wxPython/cover.png
Binary file not shown.
Binary file removed webdags/wxPython/icon.ico
Binary file not shown.

0 comments on commit 295b264

Please sign in to comment.