Browse Source

修改 config
get_off_video --> get_off_videos

罗俊辉 1 year ago
parent
commit
47355e8c51
1 changed files with 3 additions and 3 deletions
  1. 3 3
      applications/config/__init__.py

+ 3 - 3
applications/config/__init__.py

@@ -24,7 +24,7 @@ class Config(object):
                 self.article_text_table = "long_articles_text"
                 self.article_crawler_video_table = "long_articles_crawler_videos"
                 self.root_source_id_table = "long_articles_root_source_id"
-                self.get_off_video_table = "get_off_video"
+                self.get_off_video_table = "get_off_videos"
             case "dev":
                 self.apollo_connection = pyapollos.ApolloClient(
                     app_id="LongArticlesMatchServer",
@@ -35,7 +35,7 @@ class Config(object):
                 self.article_text_table = "long_articles_text_copy1"
                 self.article_crawler_video_table = "long_articles_crawler_videos_copy1"
                 self.root_source_id_table = "long_articles_root_source_id_copy1"
-                self.get_off_video_table = "get_off_video_copy1"
+                self.get_off_video_table = "get_off_videos_copy1"
             case "pre":
                 self.apollo_connection = pyapollos.ApolloClient(
                     app_id="LongArticlesMatchServer",
@@ -46,7 +46,7 @@ class Config(object):
                 self.article_text_table = "long_articles_text"
                 self.article_crawler_video_table = "long_articles_crawler_videos"
                 self.root_source_id_table = "long_articles_root_source_id"
-                self.get_off_video_table = "get_off_video"
+                self.get_off_video_table = "get_off_videos"
 
     def get_config_value(self, key):
         """