debug & resume default configuration

This commit is contained in:
gaoxiaobei
2025-07-14 08:00:48 +08:00
parent e91ec750bb
commit 4d743f6c17
2 changed files with 7 additions and 5 deletions

View File

@@ -329,6 +329,8 @@ class BilibiliCrawler(AbstractCrawler):
except Exception as e:
utils.logger.error(
f"[BilibiliCrawler.get_comments] may be been blocked, err:{e}")
# Propagate the exception to be caught by the main loop
raise
async def get_creator_videos(self, creator_id: int):
"""