tumblrcap: various fixes
This commit is contained in:
parent
a17cc6e422
commit
230725fca9
2 changed files with 2 additions and 1 deletions
|
@ -13,6 +13,7 @@ rust/passgen/target/
|
||||||
web/quotes/theme/static/
|
web/quotes/theme/static/
|
||||||
|
|
||||||
py/tumblrcap/dl/
|
py/tumblrcap/dl/
|
||||||
|
py/tumblrcap/mylikes/
|
||||||
|
|
||||||
syntax: regexp
|
syntax: regexp
|
||||||
^go/trains/.*/start.sh$
|
^go/trains/.*/start.sh$
|
||||||
|
|
|
@ -74,7 +74,7 @@ def make_tumblr_client() -> pytumblr2.TumblrRestClient:
|
||||||
|
|
||||||
verifier = oauth_response.get("oauth_verifier")
|
verifier = oauth_response.get("oauth_verifier")
|
||||||
|
|
||||||
oauth_session = OAuth1Session(
|
oauth_session = requests_oauthlib.OAuth1Session(
|
||||||
creds.consumer_key,
|
creds.consumer_key,
|
||||||
client_secret=creds.consumer_secret,
|
client_secret=creds.consumer_secret,
|
||||||
resource_owner_key=resource_owner_key,
|
resource_owner_key=resource_owner_key,
|
||||||
|
|
Loading…
Reference in a new issue