Explorar o código

MOD:消耗数据天回归

cxyu %!s(int64=3) %!d(string=hai) anos
pai
achega
2f99c231bb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/crontab_task/task.py

+ 1 - 1
app/crontab_task/task.py

@@ -66,7 +66,7 @@ def daily():
     t8 = threading.Thread(target=yangguang, args=(st, et))
     t9 = threading.Thread(target=youshuge, args=(st, et))
     t10 = threading.Thread(target=guofeng, args=(st, et))
-    t11 = threading.Thread(target=old_cost_daily, args=(st, et))
+    t11 = threading.Thread(target=old_cost_daily, args=())
     t1.start()
     t1.join()
     t2.start()