[oauth] use the new name for 'DeviantartAPI' (fixes #670)

pull/726/head
Mike Fährmann 5 years ago
parent 762c758af4
commit 5d7404ab58
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

@ -178,9 +178,9 @@ class OAuthDeviantart(OAuthBase):
self._oauth2_authorization_code_grant(
self.oauth_config(
"client-id", deviantart.DeviantartAPI.CLIENT_ID),
"client-id", deviantart.DeviantartOAuthAPI.CLIENT_ID),
self.oauth_config(
"client-secret", deviantart.DeviantartAPI.CLIENT_SECRET),
"client-secret", deviantart.DeviantartOAuthAPI.CLIENT_SECRET),
"https://www.deviantart.com/oauth2/authorize",
"https://www.deviantart.com/oauth2/token",
scope="browse",

Loading…
Cancel
Save