瀏覽代碼

feat:修改日期

zhaohaipeng 1 年之前
父節點
當前提交
0995adc397
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      XGB/vov_xgboost_train.py

+ 4 - 4
XGB/vov_xgboost_train.py

@@ -392,7 +392,7 @@ if __name__ == '__main__':
         card_json['i18n_header']['zh_cn']["title"]['content'] = "XGB模型训练预测失败"
         card_json['i18n_elements']['zh_cn'][0]['content'] = msg_text
     # 发送通知
-    # feishu_inform_util.send_card_msg_to_feishu(
-    #     webhook=config_manager.get_vov_model_inform_feishu_webhook(),
-    #     card_json=card_json
-    # )
+    feishu_inform_util.send_card_msg_to_feishu(
+        webhook=config_manager.get_vov_model_inform_feishu_webhook(),
+        card_json=card_json
+    )