Skip to content

Commit

Permalink
Update generate_diff.py
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidMansolino authored Mar 24, 2020
1 parent eff4f5f commit d9a3ea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/sources/generate_diff.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def github_api(request):
print(e.reason)
print(e.info())
github_api.last_time = time.time()
return json.loads(content.decode())
return json.loads(content)


if len(sys.argv) == 3:
Expand Down

0 comments on commit d9a3ea2

Please sign in to comment.