Skip to content
This repository has been archived by the owner on Feb 21, 2019. It is now read-only.

Commit

Permalink
Merge branch 'master' into oauth_1_0a
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Hamblen committed Jan 15, 2010
2 parents db073b5 + af29ab6 commit 4209833
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions meetup_api_client.py
Expand Up @@ -174,6 +174,7 @@ def __init__(self, oauth_consumer_key, oauth_consumer_secret, access_key=None, a
self.oauth_consumer_key = oauth_consumer_key
self.oauth_consumer_secret = oauth_consumer_secret
self.consumer = oauth.OAuthConsumer(self.oauth_consumer_key, self.oauth_consumer_secret)
self.oauth_session = None
if access_key and access_secret:
self.oauth_session = self.new_session(access_key=access_key, access_secret=access_secret)

Expand Down

0 comments on commit 4209833

Please sign in to comment.