liqian 2 年之前
父節點
當前提交
03c0379075
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ad_threshold_auto_update.py

+ 1 - 1
ad_threshold_auto_update.py

@@ -114,7 +114,7 @@ def timer_check():
                          f"threshold_param_new: {threshold_record_new}\n"
             )
             log_.info(f"threshold update end!")
-        elif now_min > 45:
+        elif now_min > 30:
             log_.info('threshold update data is None!')
             send_msg_to_feishu(
                 webhook=config_.FEISHU_ROBOT['ad_threshold_auto_update_robot'].get('webhook'),