Преглед изворни кода

修改 config
get_off_video --> get_off_videos

罗俊辉 пре 10 месеци
родитељ
комит
47355e8c51
1 измењених фајлова са 3 додато и 3 уклоњено
  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):
         """