Skip to content

Commit

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

0 comments on commit 7c21aa0

Please sign in to comment.