From 57efc8a69bd93912eae3ac982c75cec6e4916f2d Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Thu, 30 Oct 2025 00:16:49 -0700 Subject: [PATCH] more MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🐄🫑 --- modules/checklist.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/checklist.py b/modules/checklist.py index f7f1cd8..3ea6e47 100644 --- a/modules/checklist.py +++ b/modules/checklist.py @@ -254,7 +254,7 @@ def get_overdue_checkins(): return [] def format_overdue_alert(): - header = "⚠️ OVERDUE CHECK-INS:\n" + header = "⚠️ OVERDUE CHECK-INS:\a\n" alert = "" try: """Format overdue check-ins as an alert message"""