1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-06-24 07:48:48 +02:00

Add notifications from Google Drive to automatically get updates from Google Sheets

Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
This commit is contained in:
Emmy D'Anello
2024-04-06 21:55:46 +02:00
parent aac4fc59e6
commit c45071c038
6 changed files with 97 additions and 6 deletions

View File

@ -606,7 +606,7 @@ class Tournament(models.Model):
body = {"requests": format_requests}
worksheet.client.batch_update(spreadsheet.id, body)
def parse_tweaks_spreadskeets(self):
def parse_tweaks_spreadsheets(self):
if not self.pools.exists():
# Draw has not been done yet
return