Update checklist.py

This commit is contained in:
SpudGunMan
2025-10-24 09:35:53 -07:00
parent b6e80ae576
commit 84152bda65

View File

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