kindle manager

This commit is contained in:
gavin
2020-06-30 08:31:21 +08:00
parent 069e12dc4a
commit 2d53124ab9
10 changed files with 17136 additions and 42 deletions

View File

@@ -823,6 +823,9 @@ class Util:
if __name__=='__main__':
"""
# XXX move to unitest.kman.py
#books = defaultdict(dict)
km = kMan()
books = km.import_clips()
@@ -853,3 +856,6 @@ if __name__=='__main__':
# print data with json format
logger.debug(json.dumps(books, indent=4, sort_keys=True, ensure_ascii=False))
"""
pass