chore: fix wrong log output when weibo crawler finished
Scripts output "Bilibili crawler finished" when Weibo crawler finished.
This commit is contained in:
parent
5495d76fdb
commit
40daa8d6f3
|
@ -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):
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue