Skip to content

Commit

Permalink
us-wi: Skip feeds that we can't fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
jbruechert committed Jan 10, 2025
1 parent c0ae798 commit f77246a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions feeds/us-wi.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@
{
"name": "green-bay",
"type": "transitland-atlas",
"transitland-atlas-id": "f-green~bay~wi~us~rt"
"transitland-atlas-id": "f-green~bay~wi~us~rt",
"skip": true,
"skip-reason": "overblocking DDOS protection"
},
{
"name": "janesville-jts",
Expand All @@ -74,7 +76,9 @@
{
"name": "milwaukee",
"type": "transitland-atlas",
"transitland-atlas-id": "f-dp9-milwaukeecountytransitsystem~rt"
"transitland-atlas-id": "f-dp9-milwaukeecountytransitsystem~rt",
"skip": true,
"skip-reason": "Connection timeout"
},
{
"name": "racine",
Expand Down

0 comments on commit f77246a

Please sign in to comment.