Skip to content

Commit

Permalink
Update asylex_automation.py
Browse files Browse the repository at this point in the history
  • Loading branch information
skyprince999 authored Dec 6, 2023
1 parent c967207 commit b07032e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions asylex_automation.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@
scope = ["https://spreadsheets.google.com/feeds", "https://www.googleapis.com/auth/spreadsheets",
"https://www.googleapis.com/auth/drive.file", "https://www.googleapis.com/auth/drive"]

print(type(GCP_SERVICE_ACCOUNT_KEY))
print(GCP_SERVICE_ACCOUNT_KEY)

creds = ServiceAccountCredentials.from_json_keyfile_dict(json.loads(GCP_SERVICE_ACCOUNT_KEY), scope)
client = gspread.authorize(creds)

Expand Down

0 comments on commit b07032e

Please sign in to comment.