mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-06-11 00:44:44 +02:00
Update checklist.py
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user