Commit 4c2d7491 authored by 张晓彤's avatar 张晓彤

仿真测试问题优化

parent 043eeac5
......@@ -9,7 +9,7 @@
import requests
from tables import *
with open(json_file) as f:
mysql_config = json.load(f)["mysql"]
mysql_config = json.load(f)["mssql"]
# def redispatch_request(truck_id, excavator_id, unload_area_id):
......
......@@ -27,12 +27,6 @@ with open(json_file) as f:
para_config = json.load(f)["para"]
with open(json_file) as f:
mysql_config = json.load(f)["mssql"]
with open(json_file) as f:
postgre_config = json.load(f)["postgresql"]
with open(json_file) as f:
redis_config = json.load(f)["redis"]
# 全局参数
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment