mirror of
https://github.com/yihong0618/Kindle_download_helper.git
synced 2025-11-22 07:59:04 +08:00
added index into log message
This commit is contained in:
@@ -522,7 +522,7 @@ class Kindle:
|
||||
pass
|
||||
except Exception as e:
|
||||
logger.error(str(e))
|
||||
logger.error(f"Title: {title}, Asin: {asin} download failed")
|
||||
logger.error(f"Index: {index + 1}, Title: {title}, Asin: {asin} download failed")
|
||||
|
||||
def download_books(self, start_index=0, filetype="EBOK"):
|
||||
# use default device
|
||||
|
||||
Reference in New Issue
Block a user