Skip to content

Commit

Permalink
Added fix
Browse files Browse the repository at this point in the history
  • Loading branch information
colin99d committed Mar 15, 2023
1 parent 46fcf9c commit 8610200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openbb_terminal/stocks/technical_analysis/ta_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -1688,7 +1688,7 @@ def call_multi(self, other_args: List[str]):
dest="indicators",
type=check_indicators,
help="Indicators to plot",
required="--indicators" not in other_args,
required="-h" not in other_args,
)
parser.add_argument(
"-p",
Expand Down

0 comments on commit 8610200

Please sign in to comment.