|
@@ -154,14 +154,14 @@ def main():
|
|
|
log_.info(f"param = {param} update end!")
|
|
|
|
|
|
log_.info(f"laohaokan recommend data update end!")
|
|
|
- send_msg_to_feishu(
|
|
|
- webhook=config_.FEISHU_ROBOT['server_robot'].get('webhook'),
|
|
|
- key_word=config_.FEISHU_ROBOT['server_robot'].get('key_word'),
|
|
|
- msg_text=f"rov-offline{config_.ENV_TEXT} - 老好看推荐视频数据更新完成\n"
|
|
|
- f"now_date: {datetime.datetime.strftime(now_date, '%Y%m%d')}\n"
|
|
|
- f"now_h: {now_h}\n"
|
|
|
- f"finished time: {datetime.datetime.strftime(datetime.datetime.now(), '%Y%m%d %H:%M:%S')}"
|
|
|
- )
|
|
|
+ # send_msg_to_feishu(
|
|
|
+ # webhook=config_.FEISHU_ROBOT['server_robot'].get('webhook'),
|
|
|
+ # key_word=config_.FEISHU_ROBOT['server_robot'].get('key_word'),
|
|
|
+ # msg_text=f"rov-offline{config_.ENV_TEXT} - 老好看推荐视频数据更新完成\n"
|
|
|
+ # f"now_date: {datetime.datetime.strftime(now_date, '%Y%m%d')}\n"
|
|
|
+ # f"now_h: {now_h}\n"
|
|
|
+ # f"finished time: {datetime.datetime.strftime(datetime.datetime.now(), '%Y%m%d %H:%M:%S')}"
|
|
|
+ # )
|
|
|
except Exception as e:
|
|
|
log_.error(f"老好看推荐视频数据更新失败, exception: {e}, traceback: {traceback.format_exc()}")
|
|
|
send_msg_to_feishu(
|