[deviantart] rename 'watch' option to 'auto-watch'
(#1466, #1757)
Similar reason as in e05a96db.
'watch' is already used by the WatchExtractor class.
This commit is contained in:
@@ -220,7 +220,7 @@ class OAuthDeviantart(OAuthBase):
|
||||
"client-secret", deviantart.DeviantartOAuthAPI.CLIENT_SECRET),
|
||||
"https://www.deviantart.com/oauth2/authorize",
|
||||
"https://www.deviantart.com/oauth2/token",
|
||||
scope="browse",
|
||||
scope="browse user.manage",
|
||||
cache=deviantart._refresh_token_cache,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user