Skip to content

Commit

Permalink
Simpler.
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphbean committed Mar 5, 2014
1 parent 677c139 commit a620807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fedbadges/utils.py
Expand Up @@ -153,7 +153,7 @@ def _get_page(page):
if not req.status_code == 200:
return set()

return json.loads(req.text)
return req.json()

# We have to request the first page of data to figure out the total number
data = _get_page(1)
Expand Down

0 comments on commit a620807

Please sign in to comment.