Skip to content

Commit 0b63ab8

Browse files
committed
modify quote permission grab response
1 parent 4884123 commit 0b63ab8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tigeropen/quote/response/quote_grab_permission_response.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,4 @@ def parse_response_content(self, response_content):
1717
if 'is_success' in response:
1818
self._is_success = response['is_success']
1919

20-
if self.data:
21-
self.permissions = json.loads(self.data)
20+
self.permissions = self.data

0 commit comments

Comments
 (0)