liqian 2 年之前
父节点
当前提交
db80d5c250
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      video_recall.py

+ 5 - 0
video_recall.py

@@ -1809,6 +1809,11 @@ class PoolRecall(object):
             ge.join()
             filtered_result = ge.get()
 
+            # debug
+            if freq == 1:
+                filtered_result = []
+            # ###
+
             if filtered_result:
                 # 添加视频源参数 pushFrom, abCode
                 temp_result = [{'videoId': int(item), 'rovScore': video_score[int(item)],