Browse Source

update video_recall

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

+ 1 - 1
video_recall.py

@@ -2617,7 +2617,7 @@ class PoolRecall(object):
             return None
 
     def get_U2I_config(self):
-        recall_key = "u2i_exp_config_pos"
+        recall_key = "u2i_exp_config_pos1"
         data = self.redis_helper.get_data_from_redis(key_name=recall_key)
         if data is not None:
             try: