From 14f6748e40e6aeea0d62ae7ec228f42852ee592e Mon Sep 17 00:00:00 2001 From: yanyuwei <18216345277@163.com> Date: Fri, 12 Apr 2024 10:54:50 +0800 Subject: [PATCH] bugfix: secure channel --- pycityagent/simulator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pycityagent/simulator.py b/pycityagent/simulator.py index a2af317..0749e93 100644 --- a/pycityagent/simulator.py +++ b/pycityagent/simulator.py @@ -45,7 +45,7 @@ def __init__(self, config) -> None: mongo_coll = config['map_request']['mongo_coll'], cache_dir = config['map_request']['cache_dir'], ) - self.routing = RoutingClient(self.config['route_request']['server'], True) + self.routing = RoutingClient(self.config['route_request']['server']) self.time = 0 # * Agent相关