Skip to content

Commit

Permalink
allow interfacing with non-english feeds (closes #10)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpcouch committed Jan 25, 2024
1 parent 4e49c23 commit eda6482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ find_feed_from_top_level <- function(top_level_, feed_) {
error = report_connection_issue)

# pull out the names of the supplied sub-feeds
gbfs_feeds <- gbfs$data$en$feeds
gbfs_feeds <- gbfs$data[[1]]$feeds

# if the sub-feed is provided by the program, return its URL
if (feed_ %in% gbfs_feeds$name) {
Expand Down

0 comments on commit eda6482

Please sign in to comment.