update sqlx json
Some checks are pending
Create and publish a Docker image / build-and-push-image (push) Waiting to run
Some checks are pending
Create and publish a Docker image / build-and-push-image (push) Waiting to run
This commit is contained in:
parent
0cda7295be
commit
06c647d4ca
2 changed files with 4 additions and 3 deletions
|
|
@ -197,7 +197,7 @@ impl SeptaFetcher {
|
|||
let mut routes = Self::fetch_routes(&version).await?;
|
||||
info!("Discovered {} SEPTA routes", routes.len());
|
||||
|
||||
routes = routes.into_iter().filter(|x| x.release_name == "20250907").collect();
|
||||
routes = routes.into_iter().filter(|x| x.release_name == "20250914").collect();
|
||||
|
||||
let route_stops = Self::fetch_route_stops(&mut routes, &version).await?;
|
||||
info!("Stop data for {} stops on {} routes successfully downloaded", route_stops.len(), routes.len());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue