From e5e8fbd0b5f147716523bb3e2c56a62e3b512113 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Wed, 29 Oct 2025 10:55:44 -0700 Subject: [PATCH] Update checklist.py --- modules/checklist.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/modules/checklist.py b/modules/checklist.py index ca510fe..e5fcdb1 100644 --- a/modules/checklist.py +++ b/modules/checklist.py @@ -436,8 +436,6 @@ def process_checklist_command(nodeID, message, name="none", location="none"): return ("Command: checklist followed by\n" "checkin [interval] [note]\n" "checkout [all] [note]\n" - "checklistapprove \n" - "checklistdeny \n" "Example: checkin 60 Leaving for a hike") else: return ("Command: checklist followed by\n" @@ -445,7 +443,7 @@ def process_checklist_command(nodeID, message, name="none", location="none"): "checkin [note]\n" "Example: checkout 60 Leaving for a hike") - elif "checklist" in message_lower: + elif message_lower.strip() == "checklist": return list_checkin() else: