Skip to content

Commit

Permalink
lputils.py: pass empty consumer secret for OAuth1
Browse files Browse the repository at this point in the history
  • Loading branch information
medicalwei committed Sep 6, 2023
1 parent c9b0b87 commit cf3bb6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lputils.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,5 @@ def login_with_oauth(
credential_store=credstore,
authorization_engine=authengine,
)
auth = OAuth1(consumer_name, oauth_token, oauth_token_secret)
auth = OAuth1(consumer_name, "", oauth_token, oauth_token_secret)
return lp, auth

0 comments on commit cf3bb6b

Please sign in to comment.