mirror of
https://github.com/aljazceru/python-teos.git
synced 2026-02-23 15:34:18 +01:00
Moves logs to be consistent with the rest of db logs. Adds missing docs and adds an exception if the db is alredy being used
This commit is contained in:
@@ -148,7 +148,6 @@ class Cleaner:
|
||||
"""
|
||||
|
||||
for uuid in triggered_appointments:
|
||||
logger.info("Flagging appointment as triggered", locator=appointments[uuid].get("locator"), uuid=uuid)
|
||||
Cleaner.delete_appointment_from_memory(uuid, appointments, locator_uuid_map)
|
||||
db_manager.create_triggered_appointment_flag(uuid)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user