Skip to content

Commit 481bee5

Browse files
committed
json format changes
1 parent 7c4abd2 commit 481bee5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

taxer_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def all_pages(self, userId: int, get_content, extract_payload) -> List:
6464
def account(self) -> Account:
6565
json = self.execute('POST', 'api/user/login/load_account?lang={}'.format(self.lang))
6666
schema = marshmallow_dataclass.class_schema(Account)
67-
return schema().load(json['content']['account'])
67+
return schema().load(json['account'])
6868

6969
def operations(self, userId:int, pageNumber:int = 1, filter:dict = {}) -> OperationsBrief:
7070
self.logger.debug('operations @ {} [pg {}] ->'.format(userId, pageNumber))

0 commit comments

Comments
 (0)