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 4884123 commit 0b63ab8Copy full SHA for 0b63ab8
tigeropen/quote/response/quote_grab_permission_response.py
@@ -17,5 +17,4 @@ def parse_response_content(self, response_content):
17
if 'is_success' in response:
18
self._is_success = response['is_success']
19
20
- if self.data:
21
- self.permissions = json.loads(self.data)
+ self.permissions = self.data
0 commit comments