Fix GSheet update

Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
This commit is contained in:
Emmy D'Anello 2024-07-06 16:21:44 +02:00
parent 40db20a471
commit 748720df50
Signed by: ynerant
GPG Key ID: 3A75C55819C8CF85
1 changed files with 1 additions and 1 deletions

View File

@ -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: