feat: update worker shift conditions for specific email addresses
This commit is contained in:
+1
-1
@@ -497,7 +497,7 @@ def main(
|
|||||||
"night_weekday": 4,
|
"night_weekday": 4,
|
||||||
"night_weekend": 3,
|
"night_weekend": 3,
|
||||||
}
|
}
|
||||||
elif worker in ["g.abdelhalim@nhs.net", ""]:
|
elif worker in ["g.abdelhalim@nhs.net", "nang.thiriphoo@nhs.net"]:
|
||||||
exact_shifts = {
|
exact_shifts = {
|
||||||
"night_weekend": 3,
|
"night_weekend": 3,
|
||||||
"night_weekday": 0,
|
"night_weekday": 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user