Merge pull request #213 from Styunlen/patch-1

chore: fix wrong log output when weibo crawler finished
This commit is contained in:
程序员阿江-Relakkes 2024-04-06 00:51:36 +08:00 committed by GitHub
commit d0c578c2bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ class WeiboCrawler(AbstractCrawler):
await self.get_specified_notes()
else:
pass
utils.logger.info("[WeiboCrawler.start] Bilibili Crawler finished ...")
utils.logger.info("[WeiboCrawler.start] Weibo Crawler finished ...")
async def search(self):
"""