Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
MDUYN authored Jul 17, 2023
2 parents 48cb4b6 + a4424f0 commit 882a5bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion investing_algorithm_framework/app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,7 @@ def _create_database_if_not_exists(self):
raise OperationalException(
"Could not create database directory"
)

def get_portfolio_configurations(self):
return self.algorithm.get_portfolio_configurations()

0 comments on commit 882a5bc

Please sign in to comment.