Skip to content

Commit

Permalink
fixed missing sleep in get_publication
Browse files Browse the repository at this point in the history
  • Loading branch information
martigso committed Mar 14, 2024
1 parent a97efa3 commit e8e50e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/get_publication.R
Expand Up @@ -64,6 +64,8 @@ get_publication <- function(publicationid = NA, good_manners = 0){
tmp <- resp |>
resp_body_html(check_type = FALSE, encoding = "utf-8")

Sys.sleep(good_manners)

return(tmp)

}
Expand Down

0 comments on commit e8e50e6

Please sign in to comment.