Skip to content

Commit

Permalink
Fixed risk free bug (#1953)
Browse files Browse the repository at this point in the history
  • Loading branch information
colin99d authored Jun 16, 2022
1 parent 82e38cf commit b0b81c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openbb_terminal/portfolio/portfolio_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ def call_load(self, other_args: List[str]):
parser.add_argument(
"-r",
"--rfr",
type=str,
type=float,
default=0,
dest="risk_free_rate",
help="Set the risk free rate.",
Expand Down

0 comments on commit b0b81c4

Please sign in to comment.