Release 2.0.6 - TUI formatting fix

This commit is contained in:
Neshura 2023-12-17 23:03:34 +01:00
parent b218773148
commit 0d8ecb2a55
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C
3 changed files with 3 additions and 3 deletions
src/tui

View file

@ -27,7 +27,7 @@ async fn print_info<'a>(data: RwLockReadGuard<'a, SharedData>, min_len_series: &
Utc::now().naive_local().format("%H:%M:%S")
);
println!("Instance: {}", data.config.instance);
print!(
println!(
"Ran Last: {} | Config Reload Interval: {}",
data
.start