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