Browse Source

update video recall

linfan 1 year ago
parent
commit
e7c4d1a21e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      video_recall.py

+ 1 - 1
video_recall.py

@@ -2623,7 +2623,7 @@ class PoolRecall(object):
             return None
 
     def get_U2I_config(self):
-        recall_key = "u2i_exp_config_pos_range"
+        recall_key = "u2i_exp_config_pos_range_new"
         data = self.redis_helper.get_data_from_redis(key_name=recall_key)
         if data is not None and data!="":
             try: