Skip to content

Commit

Permalink
Update find-chonkers.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vsoch committed Dec 16, 2021
1 parent 9491d9a commit 7f7768c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion find-chonkers.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def abort_if_fail(response):
response (requests.Response) : an unparsed response from requests
reason (str) : a message to print to the user for fail.
"""
message = "%s: %s: %s\n %s" % (
message = "%s: %s\n %s" % (
response.status_code,
response.reason,
response.json(),
Expand Down

0 comments on commit 7f7768c

Please sign in to comment.