Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

get_access_token : arguments error #10

Closed
lainfox opened this issue Aug 9, 2012 · 1 comment
Closed

get_access_token : arguments error #10

lainfox opened this issue Aug 9, 2012 · 1 comment

Comments

@lainfox
Copy link

lainfox commented Aug 9, 2012

File : client.py

def get_access_token( .. )
data = self._make_request(url)

TypeError: _make_request() takes exactly 3 arguments (2 given)

maybe fix this method

def _make_request(self, url, data):
to
def _make_request(self, url, data=None):

isn't it?

@jmg
Copy link
Owner

jmg commented Aug 9, 2012

yeah! Thanks so much for reporting it.
I definitely need to improve the unit testing coverage.

@jmg jmg closed this as completed Aug 9, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants