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