kevin.yang 3 달 전
부모
커밋
2dabc99860
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      fetch.py

+ 1 - 1
fetch.py

@@ -125,7 +125,7 @@ class Crawler(object):
                 }
                 cls.feishu.create_record(table_id, fields)
         except Exception:
-            logger.info(traceback.format_exc())
+            logger.error(traceback.format_exc())
         finally:
             if container.container_id:
                 container.stop_container()