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