liqian 3 年之前
父节点
当前提交
b202d32aad
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      rule_rank_h_18_19.py

+ 1 - 1
rule_rank_h_18_19.py

@@ -197,7 +197,7 @@ def h_timer_check(app_type):
         h_rank_bottom(app_type=app_type, now_date=now_date, now_h=now_h)
     else:
         # 数据没准备好,1分钟后重新检查
-        Timer(60, h_timer_check).start()
+        Timer(60, h_timer_check, args=[app_type]).start()
 
 
 def predict(app_type_list):