Skip to content

Commit

Permalink
fix function call args
Browse files Browse the repository at this point in the history
  • Loading branch information
vpchung committed Jan 14, 2025
1 parent bef30ec commit 66e0c45
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def lambda_handler(event, context):
Return doc: https://docs.aws.amazon.com/apigateway/latest/developerguide/set-up-lambda-proxy-integrations.html
"""

write_credentials_file(event, GOOGLE_SHEET_CREDENTIALS_FILE)
write_credentials_file(GOOGLE_SHEET_CREDENTIALS_FILE)

try:
google_client = gspread.service_account(filename=GOOGLE_SHEET_CREDENTIALS_FILE)
Expand Down

0 comments on commit 66e0c45

Please sign in to comment.