Explorar o código

Merge branch 'ad-abtest-threshold-auto-update-20221212' into test

liqian %!s(int64=2) %!d(string=hai) anos
pai
achega
89c3200d74
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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'),