Skip to content

Commit

Permalink
un-expand color dictionary
Browse files Browse the repository at this point in the history
Co-authored-by: Alexandre Lavigne <[email protected]>
  • Loading branch information
alifeee and lavigne958 authored Oct 24, 2023
1 parent 8f8fa6b commit 2c701d8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions gspread/worksheet.py
Original file line number Diff line number Diff line change
Expand Up @@ -1654,11 +1654,7 @@ def update_tab_color(self, color: str) -> JSONResponse:
"properties": {
"sheetId": self.id,
"tabColorStyle": {
"rgbColor": {
"red": red,
"green": green,
"blue": blue,
}
"rgbColor": color,
},
},
"fields": "tabColorStyle",
Expand Down

0 comments on commit 2c701d8

Please sign in to comment.