From 0af77013eeab7c6ce1f6e1e793d34197da8f31cc Mon Sep 17 00:00:00 2001 From: jbwexler Date: Thu, 20 Jun 2024 11:34:53 -0700 Subject: [PATCH] add empty string option for redcap_key --- wbhiutils/constants.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wbhiutils/constants.py b/wbhiutils/constants.py index 097121c..72f623c 100644 --- a/wbhiutils/constants.py +++ b/wbhiutils/constants.py @@ -14,7 +14,8 @@ REDCAP_KEY = { "am_pm": { "1": "am", - "2": "pm" + "2": "pm", + "":"" } } SITE_LIST = ["ucsb", "uci", "ucb"]