Skip to content

Commit

Permalink
update User-Agent
Browse files Browse the repository at this point in the history
  • Loading branch information
RLesur committed Oct 25, 2020
1 parent f57b095 commit 2a815e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/zzz.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
toset <- !(names(op.apinsee) %in% names(op))
if (any(toset)) options(op.apinsee[toset])

httr::set_config(httr::user_agent("https://github.com/RLesur/apinsee"))
httr::set_config(httr::user_agent("https://github.com/InseeFrLab/apinsee"))

invisible()
}
Expand Down

0 comments on commit 2a815e3

Please sign in to comment.