Browse Source

add ALL_AREA_CODE

liqian 3 years ago
parent
commit
6f18be677c
1 changed files with 3 additions and 0 deletions
  1. 3 0
      config.py

+ 3 - 0
config.py

@@ -54,6 +54,9 @@ class BaseConfig(object):
     ROV_UPDATE_H = 6
     ROV_UPDATE_MINUTE = 30
 
+    # 置顶视频区域 为 全部 的code
+    ALL_AREA_CODE = '000000'
+
 
 class DevelopmentConfig(BaseConfig):
     """测试环境配置"""