kevin.yang 1 week ago
parent
commit
2dabc99860
1 changed files with 1 additions and 1 deletions
  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()