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