kindle manager

This commit is contained in:
gavin
2020-06-16 13:57:58 +08:00
parent 4bba155c2d
commit 301106d1dc
3 changed files with 4 additions and 4 deletions

View File

@@ -79,7 +79,7 @@ class kmanWindow(QMainWindow):
# 2. kindle(My Clippings.txt) ->
# 3. local file(config) ->
flg = 0
if os.path.exists(BACKUPNOTEFN) and os.path.exists(BACKUPWORDFN):
if os.path.exists(BACKUPNOTEFN) and os.path.exists(BACKUPWORDFN):
self.books_data = self.km.json2dict(BACKUPNOTEFN)
self.words_data = self.km.json2dict(BACKUPWORDFN)
if (len(self.books_data)*len(self.words_data[0]))>=1: