mirror of
https://github.com/aljazceru/python-teos.git
synced 2025-12-17 22:24:23 +01:00
Rename delete_completed_appointments and rearange arguments
This commit is contained in:
@@ -26,7 +26,7 @@ class Cleaner:
|
||||
db_manager.delete_watcher_appointment(uuid)
|
||||
|
||||
@staticmethod
|
||||
def delete_complete_appointment(appointments, locator_uuid_map, locator, uuid, db_manager):
|
||||
def delete_completed_appointment(locator, uuid, appointments, locator_uuid_map, db_manager):
|
||||
# Delete the appointment
|
||||
appointment = appointments.pop(uuid)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user