From d28acc0556b81b1b960797bce2c262cc115acd91 Mon Sep 17 00:00:00 2001 From: oscarz Date: Tue, 18 Mar 2025 18:00:33 +0800 Subject: [PATCH] modify scripts --- aabook/src/fetch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aabook/src/fetch.py b/aabook/src/fetch.py index f3e9fd4..b44abc4 100644 --- a/aabook/src/fetch.py +++ b/aabook/src/fetch.py @@ -189,7 +189,7 @@ def fetch_contents(): for row in list_data: url = row['href'] - logging.info(f'fetching content ({row['title']}) from {url}') + logging.info(f"fetching content ({row['title']}) from {url}") content, next_url = fetch_chapter_content(url) if content and content['title'] and content['contents']: # 写入到数据表里