瀏覽代碼

MOD:消耗采集移除

cxyu 2 年之前
父節點
當前提交
429c4909b9
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      app/crontab_task/task.py

+ 3 - 3
app/crontab_task/task.py

@@ -27,14 +27,14 @@ def hourly():
 
 def daily():
     t10 = threading.Thread(target=change_data_style_daily)
-    t11 = threading.Thread(target=old_cost_daily, args=())
+    # t11 = threading.Thread(target=old_cost_daily, args=())
     # t12 = threading.Thread(target=insert_order_data_daily)
 
     t10.start()
     t10.join()
 
-    t11.start()
-    t11.join()
+    # t11.start()
+    # t11.join()
 
     # t12.start()
     # t12.join()