Explorar el Código

feat:修改日期

zhaohaipeng hace 9 meses
padre
commit
0995adc397
Se han modificado 1 ficheros con 4 adiciones y 4 borrados
  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
+    )