diff options
| -rw-r--r-- | chimere/management/commands/v3_to_v2_routes.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/chimere/management/commands/v3_to_v2_routes.py b/chimere/management/commands/v3_to_v2_routes.py index 974c6ac..ecbda6a 100644 --- a/chimere/management/commands/v3_to_v2_routes.py +++ b/chimere/management/commands/v3_to_v2_routes.py @@ -13,7 +13,7 @@ class Command(BaseCommand):          new_routes += get_data('RouteFile')          new_routes += get_data('Route',                                 filters=('weight', 'normalised_weight', -                                        'color')) +                                        'color', 'description'))          new_routes += get_data('Route_categories')          res = json.dumps(new_routes) | 
