sricola/socode

Can't call json() on the request object?

antonaut opened this issue · 0 comments

in function jpadilla, I get an error that json is just a regular dict...
Perhaps:

 repo = requests.get('https://api.github.com/repos/sricola/socode').json

Would work better?