We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 853d928 commit edeed3aCopy full SHA for edeed3a
astroquery/utils/tap/xmlparser/utils.py
@@ -40,7 +40,7 @@ def read_http_response(response, output_format, *, correct_units=True):
40
41
if output_format == 'json':
42
43
- data = json.load(data)
+ data = json.load(response)
44
45
if data.get('data') and data.get('metadata'):
46
0 commit comments