Add pic of grzeg #31

Merged
oysteikt merged 6 commits from add-picture-of-grzeg into main 2024-10-20 19:47:21 +02:00
1 changed files with 3 additions and 1 deletions
Showing only changes of commit c15feac958 - Show all commits

View File

@ -66,7 +66,9 @@ async fn main() -> anyhow::Result<()> {
})
.await?;
show_grzegorz_image(mpv.clone()).await?;
if let Err(e) = show_grzegorz_image(mpv.clone()).await {
log::warn!("Could not show Grzegorz image: {}", e);
}
let addr = SocketAddr::new(resolve(&args.host).await?, args.port);
log::info!("Starting API on {}", addr);