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