|
@@ -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'),
|