Skip to content

Commit

Permalink
Finished Feed id notification
Browse files Browse the repository at this point in the history
  • Loading branch information
kylerchin committed Mar 31, 2024
1 parent d0bf545 commit d17f940
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/maple/gtfs_process.rs
Original file line number Diff line number Diff line change
Expand Up @@ -478,6 +478,8 @@ pub async fn gtfs_process_feed(
.execute(conn)
.await?;

println!("Finished {}", feed_id);

Ok(gtfs_summary)
}

Expand Down

0 comments on commit d17f940

Please sign in to comment.