liqian 2 lat temu
rodzic
commit
03c0379075
1 zmienionych plików z 1 dodań i 1 usunięć
  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'),