oops
Signed-off-by: Christine Dodrill <me@christine.website>
This commit is contained in:
parent
ae305313eb
commit
50d62d1283
|
@ -56,7 +56,7 @@ fn main() -> Result<()> {
|
||||||
full_text: Local::now().format("%H:%M M%m %-d %a").to_string(),
|
full_text: Local::now().format("%H:%M M%m %-d %a").to_string(),
|
||||||
});
|
});
|
||||||
|
|
||||||
println!("{},", serde_json::to_string(&blocks)?);
|
println!(",{}", serde_json::to_string(&blocks)?);
|
||||||
}
|
}
|
||||||
|
|
||||||
let so_often = time::Duration::from_millis(UPDATE_FREQUENCY);
|
let so_often = time::Duration::from_millis(UPDATE_FREQUENCY);
|
||||||
|
|
Loading…
Reference in New Issue