master
plazmoid 4 weeks ago
parent 3bd362eda5
commit c2949a6dd3
  1. 2
      src/main.rs

@ -181,7 +181,7 @@ async fn _main() -> AppResult<()> {
.await?; .await?;
match last_candle { match last_candle {
Some(c) => c.candle.close_time + TimeDelta::seconds(1), Some(c) => c.candle.start_time,
None => base_start_time, None => base_start_time,
} }
}; };

Loading…
Cancel
Save