liqian 2 年之前
父節點
當前提交
ae1f16f99c
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      video_recall.py

+ 1 - 0
video_recall.py

@@ -547,6 +547,7 @@ class PoolRecall(object):
             'operation': 'flow_pool_recall',
             'executeTime': (time.time() - start_time) * 1000
         })
+        flow_pool_recall_result = []
         return flow_pool_recall_result[:size]
 
     def check_video_counts(self, video_ids, flow_pool_mapping):