Skip to content

Commit

Permalink
change to use google sheet id
Browse files Browse the repository at this point in the history
  • Loading branch information
mythilytm committed Jul 23, 2024
1 parent fc070ae commit d138f1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions update_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ def main():
client = gspread.authorize(credentials)
print("Google Sheets client authorized successfully.")

# Open the Google Sheet by name
sheet = client.open("ProductMatrices").worksheet("DeploymentMatrix")
# Open the Google Sheet by name'
sheet = client.open_by_key("1UccoRr51TiQR6tUsq3SrNsP9FVm0tMfhdWX7VvHXkbQ").worksheet("DeploymentMatrix")
print("Google Sheet opened successfully.")

# Update the sheets
Expand Down

0 comments on commit d138f1e

Please sign in to comment.