소스 검색

improve llm

luojunhui 3 달 전
부모
커밋
a26926e47c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      applications/exception/spider_error.py

+ 1 - 1
applications/exception/spider_error.py

@@ -7,7 +7,7 @@ from applications import log
 
 
 class SpiderError(Exception):
-    """数据库查询异常"""
+    """spider_task_error"""
 
     def __init__(self, platform=None, error=None, spider=None, url=None):
         """