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:
@ -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
|
||||
|
Reference in New Issue
Block a user