Skip to content

Commit

Permalink
Fix compatibility with requests-oauthlib 1.2.0+
Browse files Browse the repository at this point in the history
  • Loading branch information
liskin committed Dec 9, 2020
1 parent cc46171 commit fdba991
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/strava_offline/strava.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ def _authorize(self) -> None:
"https://www.strava.com/oauth/token",
code=code,
client_secret=self._config.strava_client_secret,
include_client_id=True,
)
self._save_token(token)

Expand Down

0 comments on commit fdba991

Please sign in to comment.