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