Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

Commit

Permalink
Remove dumb antex code extra from nyc rail
Browse files Browse the repository at this point in the history
  • Loading branch information
kylerchin authored May 20, 2024
1 parent 703961a commit e1b2ec8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/conversions/nyc_rail.rs
Original file line number Diff line number Diff line change
Expand Up @@ -309,8 +309,6 @@ async fn get_mta_trips(client: &reqwest::Client, url: &str, api_key: &str) -> gt
#[tokio::main]
async fn main() -> Result<(), Box<dyn std::error::Error>> {
color_eyre::install()?;
// curl https://transloc-api-1-2.p.rapidapi.com/vehicles.json?agencies=1039
//-H "X-Mashape-Key: b0ebd9e8a5msh5aca234d74ce282p1737bbjsnddd18d7b9365"

let redisclient = RedisClient::open("redis://127.0.0.1:6379/").unwrap();
let mut con = redisclient.get_connection().unwrap();
Expand Down

0 comments on commit e1b2ec8

Please sign in to comment.