Skip to content

Commit

Permalink
Set ivar using input argument
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill So committed Jul 23, 2015
1 parent 5034295 commit e984745
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 e984745

Please sign in to comment.