kindle manager

This commit is contained in:
gavin
2020-06-15 21:28:17 +08:00
parent 7cb8e61519
commit 956e68f551
8 changed files with 73 additions and 18 deletions

View File

@@ -71,8 +71,9 @@ DEBUG = 1 # 0 - INFO; 1 - DEBUG
LOG2FILE = 1 # 0 - to stdio; 1 - to file
LOGFILE = 'log'
DELIMITER= '|'
BACKUPNOTEFN = './backup/bk.note.data'
BACKUPWORDFN = './backup/bk.word.data'
BACKUPNOTEFN = './backup/bk.note.data' # kindle notes
BACKUPWORDFN = './backup/bk.word.data' # kindle words
BACKUPINFOFN = './backup/bk.info.data' # book information from douban/amazon
#HEADER = {0:'type',1:'bookname',2:'author',3:'position',4:'date',5:'content'}
# log info