From 748720df505d44614490872ecff7e74c0e9995a7 Mon Sep 17 00:00:00 2001 From: Emmy D'Anello Date: Sat, 6 Jul 2024 16:21:44 +0200 Subject: [PATCH] Fix GSheet update Signed-off-by: Emmy D'Anello --- participation/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/participation/models.py b/participation/models.py index 3484ad9..1f7fcbc 100644 --- a/participation/models.py +++ b/participation/models.py @@ -2079,7 +2079,7 @@ class Note(models.Model): if not jury_id_cell: raise ValueError("The jury ID cell was not found in the spreadsheet.") jury_row = jury_id_cell.row - passage_width = 6 + passage_width = 6 + (2 if passage.observer else 0) def getcol(number: int) -> str: if number == 0: