From e957a101ce45a054e733df7d40a2aef4c63e37e1 Mon Sep 17 00:00:00 2001 From: Philipp Hofer Date: Mon, 13 Oct 2025 13:25:51 +0200 Subject: [PATCH] switch to abendjournal for testing --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 74be9fd..5681ebd 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -25,7 +25,7 @@ async fn get_newest_morning_journal() -> Result<(NaiveDate, String), Box