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

Commit af29ab6

Browse files
author
Nathan Hamblen
committed
set default session value
1 parent 511b93c commit af29ab6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

meetup_api_client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ def __init__(self, oauth_consumer_key, oauth_consumer_secret, access_key=None, a
172172
self.oauth_consumer_key = oauth_consumer_key
173173
self.oauth_consumer_secret = oauth_consumer_secret
174174
self.consumer = oauth.OAuthConsumer(self.oauth_consumer_key, self.oauth_consumer_secret)
175+
self.oauth_session = None
175176
if access_key and access_secret:
176177
self.oauth_session = self.new_session(access_key=access_key, access_secret=access_secret)
177178

0 commit comments

Comments
 (0)