Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Oct 11, 2021. It is now read-only.

Commit 29b9f52

Browse files
author
leah.culver
committed
programming error:P fix for r852
git-svn-id: https://oauth.googlecode.com/svn/code/python@861 f7ae4463-c52f-0410-a7dc-93bad6e629e8
1 parent 41dbece commit 29b9f52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎oauth/oauth.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ def get_name(self):
521521

522522
def build_signature_base_string(self, oauth_request, consumer, token):
523523
# concatenate the consumer key and secret
524-
sig = '&%s' % escape(consumer.secret)
524+
sig = '%s&' % escape(consumer.secret)
525525
if token:
526526
sig = sig + escape(token.secret)
527527
return sig, sig

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /