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相关