]> git.cworth.org Git - turbot/blobdiff - turbot/sheets.py
Fix function arguments
[turbot] / turbot / sheets.py
index 622e8c8793424215f3b976f87fc3953f8887b608..43b4f2931bf4b62b8308fa849eefc29fed305a57 100644 (file)
@@ -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,