浏览代码

debug finished, update

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

+ 0 - 7
video_recall.py

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