瀏覽代碼

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):
 class SpiderError(Exception):
-    """数据库查询异常"""
+    """spider_task_error"""
 
 
     def __init__(self, platform=None, error=None, spider=None, url=None):
     def __init__(self, platform=None, error=None, spider=None, url=None):
         """
         """