Fix typo
This commit is contained in:
@@ -362,7 +362,7 @@ class Session:
|
|||||||
return _graphql.response_to_json(r.text)
|
return _graphql.response_to_json(r.text)
|
||||||
else:
|
else:
|
||||||
text = _util.strip_json_cruft(r.text)
|
text = _util.strip_json_cruft(r.text)
|
||||||
j = parse_json(text)
|
j = _util.parse_json(text)
|
||||||
log.debug(j)
|
log.debug(j)
|
||||||
return j
|
return j
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user