Skip to content

Commit

Permalink
add empty string option for redcap_key
Browse files Browse the repository at this point in the history
  • Loading branch information
jbwexler committed Jun 20, 2024
1 parent 7c21aa0 commit 0af7701
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion wbhiutils/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
REDCAP_KEY = {
"am_pm": {
"1": "am",
"2": "pm"
"2": "pm",
"":""
}
}
SITE_LIST = ["ucsb", "uci", "ucb"]

0 comments on commit 0af7701

Please sign in to comment.