Procházet zdrojové kódy

MOD:消耗采集移除

cxyu před 3 roky
rodič
revize
1c9a7fcf9b
1 změnil soubory, kde provedl 3 přidání a 3 odebrání
  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()