[generator] Do not generate traffic keys
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
This commit is contained in:
parent
1e31f4c8c0
commit
d6f1d1174c
1 changed files with 1 additions and 1 deletions
|
@ -398,7 +398,7 @@ def step_routing(env: Env, country: AnyStr, **kwargs):
|
|||
make_cross_mwm=True,
|
||||
generate_cameras=True,
|
||||
make_routing_index=True,
|
||||
generate_traffic_keys=True,
|
||||
generate_traffic_keys=False,
|
||||
output=country,
|
||||
**kwargs,
|
||||
)
|
||||
|
|
Reference in a new issue