luojunhui 4 месяцев назад
Родитель
Сommit
3bbac25a6f
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      cal_account_read_rate_avg_daily.py

+ 1 - 1
cal_account_read_rate_avg_daily.py

@@ -16,7 +16,7 @@ const = updateAccountReadRateTaskConst()
 config = apolloConfig()
 unauthorized_account = json.loads(config.getConfigValue("unauthorized_gh_id_fans"))
 functions = Functions()
-read_rate_table = "long_articles_read_rate_dev"
+read_rate_table = "long_articles_read_rate"
 
 
 def filter_outlier_data(group, key='show_view_count'):