From 66b044a6f9dd0f03ee4465719e5b662fe642f040 Mon Sep 17 00:00:00 2001 From: Cassidy Symons Date: Mon, 5 May 2025 21:25:32 -0700 Subject: [PATCH] Add urine sample site --- microsetta_interface/implementation.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/microsetta_interface/implementation.py b/microsetta_interface/implementation.py index e1bcfc97..1c4e840b 100644 --- a/microsetta_interface/implementation.py +++ b/microsetta_interface/implementation.py @@ -2466,7 +2466,7 @@ def get_update_sample(*, account_id=None, source_id=None, sample_id=None): "Mouth", "Nares", "Nasal mucus", "Right hand", "Left hand", "Forehead", "Torso", "Right leg", "Left leg", "Vaginal mucus", "Tears", "Ear wax", - "Hair", "Fur"] + "Hair", "Fur", "Urine"] # babel scraping doesn't understand anything but constant strings. # do not collapse this into a for loop unless you can verify # that the POT file is correctly updated. @@ -2488,7 +2488,8 @@ def get_update_sample(*, account_id=None, source_id=None, sample_id=None): gettext("Tears"), gettext("Ear wax"), gettext("Hair"), - gettext("Fur") + gettext("Fur"), + gettext("Urine") ] elif is_environmental: # Environment settings