Skip to content

Commit

Permalink
Returning None for non set values
Browse files Browse the repository at this point in the history
This should fix #GH-18
  • Loading branch information
maraujop committed Mar 17, 2012
1 parent 20a7a8a commit 022870f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions oauth_hook/hook.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ class OAuthHook(object):
OAUTH_VERSION = '1.0'
header_auth = False
signature = CustomSignatureMethod_HMAC_SHA1()
consumer_key = None
consumer_secret = None

def __init__(self, access_token=None, access_token_secret=None, consumer_key=None, consumer_secret=None, header_auth=None):
"""
Expand Down

0 comments on commit 022870f

Please sign in to comment.