Skip to content

Commit

Permalink
add SITE_KEY_REVERSE
Browse files Browse the repository at this point in the history
  • Loading branch information
jbwexler authored Jun 24, 2024
1 parent 0af7701 commit de12d96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wbhiutils/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"ucd": "E",
"stanford": "F"
}
SITE_KEY_REVERSE = {v: k for k, v in SITE_KEY.items()}
REDCAP_KEY = {
"am_pm": {
"1": "am",
Expand Down

0 comments on commit de12d96

Please sign in to comment.