mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-03-28 17:32:36 +01:00
Update checklist.py
This commit is contained in:
@@ -259,8 +259,6 @@ def format_overdue_alert():
|
||||
try:
|
||||
"""Format overdue check-ins as an alert message"""
|
||||
overdue = get_overdue_checkins()
|
||||
if overdue:
|
||||
logger.debug(f"Overdue check-ins: {overdue}")
|
||||
if not overdue:
|
||||
return None
|
||||
for entry in overdue:
|
||||
|
||||
Reference in New Issue
Block a user