Release 2.0.6 - TUI formatting fix
All checks were successful
All checks were successful
This commit is contained in:
parent
b218773148
commit
0d8ecb2a55
3 changed files with 3 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -281,7 +281,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "ascendance-of-a-bookworm-bot"
|
name = "ascendance-of-a-bookworm-bot"
|
||||||
version = "2.0.5"
|
version = "2.0.6"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"chrono",
|
"chrono",
|
||||||
"confy",
|
"confy",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "ascendance-of-a-bookworm-bot"
|
name = "ascendance-of-a-bookworm-bot"
|
||||||
version = "2.0.5"
|
version = "2.0.6"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
|
@ -27,7 +27,7 @@ async fn print_info<'a>(data: RwLockReadGuard<'a, SharedData>, min_len_series: &
|
||||||
Utc::now().naive_local().format("%H:%M:%S")
|
Utc::now().naive_local().format("%H:%M:%S")
|
||||||
);
|
);
|
||||||
println!("Instance: {}", data.config.instance);
|
println!("Instance: {}", data.config.instance);
|
||||||
print!(
|
println!(
|
||||||
"Ran Last: {} | Config Reload Interval: {}",
|
"Ran Last: {} | Config Reload Interval: {}",
|
||||||
data
|
data
|
||||||
.start
|
.start
|
||||||
|
|
Loading…
Reference in a new issue