mirror of
https://github.com/yihong0618/Kindle_download_helper.git
synced 2025-11-22 07:59:04 +08:00
fix: no epub dir
This commit is contained in:
@@ -199,6 +199,8 @@ class KindleMainDialog(QtWidgets.QDialog):
|
||||
os.makedirs(self.kindle.out_dir)
|
||||
if not os.path.exists(self.kindle.out_dedrm_dir):
|
||||
os.makedirs(self.kindle.out_dedrm_dir)
|
||||
if not os.path.exists(self.kindle.out_epub_dir):
|
||||
os.makedirs(self.kindle.out_epub_dir)
|
||||
self.thread = QtCore.QThread()
|
||||
iterable = self.book_model.data_to_download(mode)
|
||||
total = len(iterable)
|
||||
|
||||
Reference in New Issue
Block a user