Skip to content

Commit

Permalink
Merge pull request #386 from ebmdatalab/update-output-checking-rota
Browse files Browse the repository at this point in the history
use new tab output checking rota
  • Loading branch information
LFISHER7 committed Jan 8, 2024
2 parents c03eb9e + 9d20fae commit 9a2ce37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workspace/outputchecking/jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def get_rota_data_from_sheet(): # pragma: no cover
.values()
.get(
spreadsheetId="1i3D_HtuYUCU_dqvRug94YkfK6pG4ECyxTdOangubUlY",
range="Rota",
range="Rota 2024",
)
.execute()
)["values"]

0 comments on commit 9a2ce37

Please sign in to comment.