Create Google Sheets after the draw

Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
This commit is contained in:
Emmy D'Anello 2024-03-31 13:38:20 +02:00
parent e53575d31d
commit 8d7d7cd645
Signed by: ynerant
GPG Key ID: 3A75C55819C8CF85
1 changed files with 2 additions and 0 deletions

View File

@ -399,6 +399,8 @@ class Pool(models.Model):
passage.observer = tds[line[3]].participation
await passage.asave()
await sync_to_async(self.associated_pool.update_spreadsheet)()
return self.associated_pool
def __str__(self):