liqian 2 years ago
parent
commit
00acb81d4a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      config.py

+ 2 - 2
config.py

@@ -241,8 +241,8 @@ class BaseConfig(object):
 
     # 用户上一次在dup3 24h更新列表中对应的位置 redis key前缀,完整key格式:com.weiqu.video.region.dup3.24h.last.item.{appType}.{mid}
     LAST_VIDEO_FROM_REGION_DUP3_24H_PREFIX = 'com.weiqu.video.region.dup3.24h.last.item.'
-    # 记录 mid-上一次在dup3 24h更新列表中对应的位置key 中数据所属(date,h),完整格式:com.weiqu.video.h.region.24h.last.record.mid.{appType}.{mid}
-    RECORD_KEY_NAME_PREFIX_LAST_VIDEO_REGION_DUP3_24H = 'com.weiqu.video.h.region.dup2.24h.last.record.mid.'
+    # 记录 mid-上一次在dup3 24h更新列表中对应的位置key 中数据所属(date,h),完整格式:com.weiqu.video.h.region.dup3.24h.last.record.mid.{appType}.{mid}
+    RECORD_KEY_NAME_PREFIX_LAST_VIDEO_REGION_DUP3_24H = 'com.weiqu.video.h.region.dup3.24h.last.record.mid.'
 
     # 小时级视频状态不符合推荐要求的列表 redis key,完整格式:com.weiqu.video.filter.h.item.{rule_key}
     H_VIDEO_FILER = 'com.weiqu.video.filter.h.item.'