kindle manager
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user