chore: fix wrong log output when weibo crawler finished

Scripts output "Bilibili crawler finished" when Weibo crawler finished.
This commit is contained in:
Styunlen 2024-04-06 00:41:05 +08:00 committed by GitHub
parent 5495d76fdb
commit 40daa8d6f3
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):
"""