Browse Source

Merge branch 'remove-rov-list-ab' into pre-master

liqian 3 years ago
parent
commit
4e0e3801b6
1 changed files with 1 additions and 0 deletions
  1. 1 0
      rule_rank_h_by_24h.py

+ 1 - 0
rule_rank_h_by_24h.py

@@ -140,6 +140,7 @@ def video_rank_h(df, now_date, now_h, rule_key, param, app_type, data_key):
     # if initial_data is None:
     #     initial_data = []
     # log_.info(f'initial data count = {len(initial_data)}')
+    log_.info(f"app_type = {app_type}, videos_count = {len(df)}")
 
     # 获取符合进入召回源条件的视频
     return_count = param.get('return_count')