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

Line 47: r = requests.get(url).json #1

Closed
pmcarlton opened this issue Dec 18, 2012 · 1 comment
Closed

Line 47: r = requests.get(url).json #1

pmcarlton opened this issue Dec 18, 2012 · 1 comment

Comments

@pmcarlton
Copy link

The parens at the end of json() had to be removed (since it's not a function, I guess) before it worked for me.

Thanks for a nice tool and for the introduction to requests…

@seth-brown
Copy link
Owner

Thanks for the comments. Odd, json() works fine for me, but json (no parens) did not. I've removed the Requests dependency and nino now uses only modules from the standard library. Let me know if you still have issues.

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