소스 검색

采用gh_id作为key

luojunhui 4 달 전
부모
커밋
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'):