فهرست منبع

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

luojunhui 3 روز پیش
والد
کامیت
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};