kevin.yang 3 tháng trước cách đây
mục cha
commit
2dabc99860
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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()