Skip to content

Commit

Permalink
bugfix: secure channel
Browse files Browse the repository at this point in the history
  • Loading branch information
PinkGranite committed Apr 12, 2024
1 parent 48fd55c commit 14f6748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycityagent/simulator.py
Original file line number Diff line number Diff line change
Expand Up @@ -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相关
Expand Down

0 comments on commit 14f6748

Please sign in to comment.