Signed-off-by: Christine Dodrill <me@christine.website>
This commit is contained in:
Cadey Ratio 2021-01-30 10:18:30 -05:00
parent ae305313eb
commit 50d62d1283
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ fn main() -> Result<()> {
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);