feat: update worker shift conditions for specific email addresses

This commit is contained in:
Ross
2026-07-09 20:49:44 +01:00
parent 0861e371e9
commit 981cc314f0
+1 -1
View File
@@ -497,7 +497,7 @@ def main(
"night_weekday": 4,
"night_weekend": 3,
}
elif worker in ["g.abdelhalim@nhs.net", ""]:
elif worker in ["g.abdelhalim@nhs.net", "nang.thiriphoo@nhs.net"]:
exact_shifts = {
"night_weekend": 3,
"night_weekday": 0,