소스 검색

开发阅读均值置信度上界代码

luojunhui 5 달 전
부모
커밋
0341fd9499
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      updateAccountV3.py

+ 1 - 1
updateAccountV3.py

@@ -67,7 +67,7 @@ class UpdateAccountInfoVersion3(object):
         计算阅读均值的置信区间
         """
         fetch_query = f"""
-            select read_avg, update_time
+            select read_avg
             from {read_avg_table}
             where gh_id = %s and position = %s 
             order by update_time desc limit {const.STAT_PERIOD};