X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=turbot%2Fsheets.py;h=43b4f2931bf4b62b8308fa849eefc29fed305a57;hb=1a15eb5818079ce06a58423ba90a3da9cb591a07;hp=622e8c8793424215f3b976f87fc3953f8887b608;hpb=8bb0f352506c0632d9d60e79442ed08143bcb873;p=turbot diff --git a/turbot/sheets.py b/turbot/sheets.py index 622e8c8..43b4f29 100644 --- a/turbot/sheets.py +++ b/turbot/sheets.py @@ -81,8 +81,7 @@ def sheets_create_for_puzzle(turb, puzzle): def renameSheet(turb, url, newName): id = extractIdFromSheetUrl(url) - turb.sheets.batchUpdate(id, - body={ + turb.sheets.batchUpdate(body={ "updateSheetProperties": { "properties": { "sheetId": id,