|
@@ -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()
|