summaryrefslogtreecommitdiffstats
path: root/gamestonk_terminal/stocks/stocks_controller.py
diff options
context:
space:
mode:
Diffstat (limited to 'gamestonk_terminal/stocks/stocks_controller.py')
-rw-r--r--gamestonk_terminal/stocks/stocks_controller.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gamestonk_terminal/stocks/stocks_controller.py b/gamestonk_terminal/stocks/stocks_controller.py
index 0eeeb4884d1..ba50a0f5285 100644
--- a/gamestonk_terminal/stocks/stocks_controller.py
+++ b/gamestonk_terminal/stocks/stocks_controller.py
@@ -209,7 +209,7 @@ Market {('CLOSED', 'OPEN')[b_is_stock_market_open()]}
def call_candle(self, other_args: List[str]):
"""Process candle command"""
- candle(
+ return candle(
self.ticker + "." + self.suffix if self.suffix else self.ticker,
other_args,
)