kindle manager
This commit is contained in:
@@ -327,6 +327,8 @@ class bookInfoSpide():
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
||||
"""
|
||||
# XXX move to unitest.kman.py
|
||||
spide = bookInfoSpide()
|
||||
|
||||
for bkname in testbooks:
|
||||
@@ -339,4 +341,6 @@ if __name__ == '__main__':
|
||||
logger.debug('================ {} ================'.format(bkname))
|
||||
logger.debug(json.dumps(bkinfo,indent=2, ensure_ascii=False))
|
||||
logger.debug(json.dumps(filter_bkinfo,indent=2, ensure_ascii=False))
|
||||
"""
|
||||
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user