We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a4b887 commit 90b6738Copy full SHA for 90b6738
src/bin/cli/main.rs
@@ -49,10 +49,6 @@ fn main() {
49
50
let mut chart = Chart::new(&candles);
51
52
- if !options.ticker.is_none() && options.mode == CandlesRetrievalMode::Yahoo {
53
- chart.set_name(options.ticker.unwrap().to_string());
54
- }
55
-
56
if let Some(chart_name) = options.chart_name {
57
chart.set_name(chart_name);
58
}
0 commit comments