Skip to content

Commit

Permalink
Give worthless_callback the third success_dict parameter. Untested.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlikestorock committed Sep 4, 2011
1 parent 0915449 commit 7ab9d6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyramid_openid/view.py
Expand Up @@ -72,7 +72,7 @@ def verify_openid(context, request):
return HTTPBadRequest() return HTTPBadRequest()




def worthless_callback(request, success_dict): def worthless_callback(request, success_dict, success_dict = {}):
pass pass




Expand Down

0 comments on commit 7ab9d6e

Please sign in to comment.