mirror of
https://github.com/NanmiCoder/MediaCrawler.git
synced 2026-06-09 03:17:25 +08:00
fix: 修复日志打印时参数格式错误
This commit is contained in:
@@ -102,7 +102,7 @@ class XiaoHongShuCrawler(AbstractCrawler):
|
||||
keyword=keyword,
|
||||
page=page,
|
||||
)
|
||||
utils.logger.info("Search notes res:", notes_res)
|
||||
utils.logger.info(f"Search notes res:{notes_res}")
|
||||
semaphore = asyncio.Semaphore(config.MAX_CONCURRENCY_NUM)
|
||||
task_list = [
|
||||
self.get_note_detail(post_item.get("id"), semaphore)
|
||||
|
||||
Reference in New Issue
Block a user