Skip to content

Commit 1bd378c

Browse files
committed
fix: Fix incorrect servicec constructon
1 parent 6d70c6b commit 1bd378c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sheets/snippets/sheets_batch_update.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def sheets_batch_update(spreadsheet_id, title, find, replacement):
3636
# pylint: disable=maybe-no-member
3737

3838
try:
39-
service = build('classroom', 'v1', credentials=creds)
39+
service = build('sheets', 'v4', credentials=creds)
4040

4141
requests = []
4242
# Change the spreadsheet's title.

0 commit comments

Comments
 (0)