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