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"""