Skip to content

Commit

Permalink
Change signature of save_request_token() to match actual call
Browse files Browse the repository at this point in the history
  • Loading branch information
David McKeone committed Apr 23, 2013
1 parent e671925 commit 16047d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flask_oauthprovider.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def get_callback(self, request_token):
"""Return the callback associated with the request token."""
raise NotImplementedError("Must be implemented by inheriting classes")

def save_request_token(self, client_key, request_token, realm=None,
def save_request_token(self, client_key, request_token, callback, realm=None,
secret=None):
"""Store request tokens.
Expand Down

0 comments on commit 16047d9

Please sign in to comment.