Skip to content

Commit

Permalink
Merge pull request #1 from slafebre/patch-1
Browse files Browse the repository at this point in the history
Repair broken get_portfolio_url
  • Loading branch information
OhMajesticLama committed Dec 30, 2023
2 parents 8459772 + 8a9e680 commit f90aff3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions degiroasync/core/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,8 +269,7 @@ def get_portfolio_url(session: SessionCore) -> str:
)
url = join_url(
config.trading_url,
f'v5/update/{client.int_account}',
f';jsessionid={jsessionid}')
f'v5/update/{client.int_account};jsessionid={jsessionid}')
LOGGER.debug('get_portfolio_url| %s', url)
return url

Expand Down

0 comments on commit f90aff3

Please sign in to comment.