Skip to content

Commit 44b0b61

Browse files
committed
Add debug for download response
1 parent c7b8142 commit 44b0b61

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

SharedProcessors/JSONURLGetter.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ class JSONURLGetter(URLGetter):
3838
def get_json(self, json_url):
3939
"""Returns the JSON file at the given URL."""
4040
response = self.download(json_url)
41+
self.output(response, 4)
4142
releases = json.loads(response)
4243
return releases
4344

0 commit comments

Comments
 (0)