Skip to content

Commit 7f9f7fe

Browse files
author
weste
committed
currently gives an error - HTTP error 429. Too many requests were made too fast.
1 parent 935748a commit 7f9f7fe

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

data_scripts/births/basketball_births.R

+2
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ basketball_date_rip <- function(m,d) {
4545

4646

4747
basketball_list <- map2(month_days$month, month_days$days, ~basketball_date_rip(.x, .y))
48+
# currently gives an error - HTTP error 429. Means that too many requests were made too fast.
49+
4850

4951
basketball_births <- basketball_list %>%
5052
bind_rows() %>%

data_scripts/births/counts_basketball.R

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ basketball_date_rip <- function(m,d) {
4747

4848

4949
basketball_list <- map2(month_days$month, month_days$days, ~basketball_date_rip(.x, .y))
50+
# currently gives an error - HTTP error 429. Means that too many requests were made too fast.
5051

5152
basketball_births <- basketball_list %>%
5253
bind_rows() %>%

0 commit comments

Comments
 (0)