Skip to content

Commit

Permalink
don't run google auth in startup
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferis committed Jun 18, 2024
1 parent 5841d1e commit 3410819
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 @@ -33,7 +33,7 @@
}

# Set googlesheets API key
try(hemibrainr_google_login())
# try(hemibrainr_google_login())

# Set Google sheets of interest
hemibrainr_matching_gsheet = ifelse(!is.null(getOption("hemibrainr_matching_gsheet")),getOption("hemibrainr_matching_gsheet"),"1OSlDtnR3B1LiB5cwI5x5Ql6LkZd8JOS5bBr-HTi0pOw")
Expand Down

0 comments on commit 3410819

Please sign in to comment.