Update checklist.py

This commit is contained in:
SpudGunMan
2025-10-29 09:46:08 -07:00
parent 149dc10df6
commit 9564c92cc8
+1 -1
View File
@@ -255,7 +255,7 @@ def get_overdue_checkins():
def format_overdue_alert():
header = "⚠️ OVERDUE CHECK-INS:\n"
alert = None
alert = ""
try:
"""Format overdue check-ins as an alert message"""
overdue = get_overdue_checkins()