Fix error message

This commit is contained in:
Emmy D'Anello 2024-02-10 20:35:55 +01:00
parent 347f1dfa60
commit 2803cfe062
Signed by: ynerant
GPG Key ID: 3A75C55819C8CF85
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ class Command(BaseCommand):
continue
elif len(route_ids) > 1:
self.stdout.write(f"Multiple routes found for trip {trip_id}.")
self.stderr.write(", ".join(route_ids))
self.stdout.write(", ".join(route_ids))
route_id = route_ids.pop()
Calendar.objects.update_or_create(