From 84152bda65225d8b3eaaac699cdca2d850e4466b Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Fri, 24 Oct 2025 09:35:53 -0700 Subject: [PATCH] Update checklist.py --- modules/checklist.py | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/checklist.py b/modules/checklist.py index 6f3a1f4..234a62a 100644 --- a/modules/checklist.py +++ b/modules/checklist.py @@ -20,6 +20,7 @@ def initialize_checklist_database(): conn.commit() conn.close() logger.debug("System: Ensured data/checklist.db exists with required tables") + return True def checkin(name, date, time, location, notes): location = ", ".join(map(str, location))