Browse Source

@所有人取消

luojunhui 6 months ago
parent
commit
676fa2e8c9
1 changed files with 2 additions and 1 deletions
  1. 2 1
      cal_account_read_rate_avg_daily.py

+ 2 - 1
cal_account_read_rate_avg_daily.py

@@ -319,7 +319,8 @@ def update_single_day(dt, account_list, article_df, lam):
                 "columns": columns,
                 "columns": columns,
                 "rows": error_list
                 "rows": error_list
             },
             },
-            table=True
+            table=True,
+            mention=False
         )
         )
 
 
     if not error_list and not insert_error_list:
     if not error_list and not insert_error_list: