diff options
-rw-r--r-- | chimere/management/commands/v3_to_v2_routes.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chimere/management/commands/v3_to_v2_routes.py b/chimere/management/commands/v3_to_v2_routes.py index 92e26d5..974c6ac 100644 --- a/chimere/management/commands/v3_to_v2_routes.py +++ b/chimere/management/commands/v3_to_v2_routes.py @@ -10,6 +10,7 @@ class Command(BaseCommand): def handle(self, *args, **options): new_routes = [] + new_routes += get_data('RouteFile') new_routes += get_data('Route', filters=('weight', 'normalised_weight', 'color')) |