[generator] Do not generate traffic keys

Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
This commit is contained in:
Viktor Govako 2021-09-13 11:23:01 +03:00 committed by Konstantin Pastbin
parent 1e31f4c8c0
commit d6f1d1174c

View file

@ -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,
)