liqian 3 years ago
parent
commit
f49bb5d2f4
1 changed files with 2 additions and 0 deletions
  1. 2 0
      video_recall.py

+ 2 - 0
video_recall.py

@@ -352,6 +352,8 @@ class PoolRecall(object):
                 elif now_h > config_.ROV_UPDATE_H + 2:
                 elif now_h > config_.ROV_UPDATE_H + 2:
                     send_msg_to_feishu(feishu_text)
                     send_msg_to_feishu(feishu_text)
 
 
+            return key_name, redis_date
+
         elif pool_type == 'flow':
         elif pool_type == 'flow':
             return config_.FLOW_POOL_KEY_NAME_PREFIX + str(self.app_type)
             return config_.FLOW_POOL_KEY_NAME_PREFIX + str(self.app_type)