From: justin melvin Date: Sat, 28 Nov 2020 04:51:52 +0000 (-0800) Subject: Fix function arguments X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;ds=sidebyside;h=1a15eb5818079ce06a58423ba90a3da9cb591a07;p=turbot Fix function arguments --- 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,