Skip to content

Commit

Permalink
fix a environment, thank you powerful ia for this error
Browse files Browse the repository at this point in the history
  • Loading branch information
jefer94 committed Sep 14, 2024
1 parent 9f1027c commit fe0b685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion breathecode/services/google_meet/google_meet.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def _get_credentials(
refresh_token=refresh_token,
token_uri="https://oauth2.googleapis.com/token",
client_id=os.getenv("GOOGLE_CLIENT_ID"),
client_secret=os.getenv("GOOGLE_CLIENT_SECRET"),
client_secret=os.getenv("GOOGLE_SECRET"),
)
creds.refresh(Request())
elif os.path.exists(TOKEN_FILE_NAME):
Expand Down

0 comments on commit fe0b685

Please sign in to comment.