Skip to content

Commit

Permalink
fix candidates fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
filippoweb3 committed Apr 2, 2024
1 parent 78b71e3 commit cf24442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/helpers.R
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ fetch_candidates <- function(){

n <- length(candidates)

data <- data.frame()
data <- matrix(ncol = 16, nrow = n)

pb <- utils::txtProgressBar(min = 0, max = n, style = 3)

Expand Down

0 comments on commit cf24442

Please sign in to comment.