瀏覽代碼

MOD:消耗采集移除

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

+ 3 - 3
app/crontab_task/task.py

@@ -12,14 +12,14 @@ du = DateUtils()
 
 def hourly():
     t10 = threading.Thread(target=change_data_style_hourly)
-    t11 = threading.Thread(target=old_cost_hourly)
+    # t11 = threading.Thread(target=old_cost_hourly)
     # t12 = threading.Thread(target=insert_order_data_hourly)
 
     t10.start()
     t10.join()
 
-    t11.start()
-    t11.join()
+    # t11.start()
+    # t11.join()
 
     # t12.start()
     # t12.join()