Skip to content

Commit

Permalink
Merge pull request #27 from billibala/master
Browse files Browse the repository at this point in the history
Set ivar using input argument
  • Loading branch information
pydanny committed Aug 5, 2015
2 parents 5034295 + e984745 commit fce8dce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eventbrite/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class Eventbrite(AccessMethodsMixin):

def __init__(self, oauth_token, eventbrite_api_url=EVENTBRITE_API_URL):
self.oauth_token = oauth_token
self.eventbrite_api_url = EVENTBRITE_API_URL
self.eventbrite_api_url = eventbrite_api_url

@property
def headers(self):
Expand Down

0 comments on commit fce8dce

Please sign in to comment.