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:
@@ -144,8 +144,8 @@ class Watcher:
|
||||
)
|
||||
|
||||
# Delete the appointment and update db
|
||||
Cleaner.delete_complete_appointment(
|
||||
self.appointments, self.locator_uuid_map, filtered_match["locator"], uuid, self.db_manager
|
||||
Cleaner.delete_completed_appointment(
|
||||
filtered_match["locator"], uuid, self.appointments, self.locator_uuid_map, self.db_manager
|
||||
)
|
||||
|
||||
# Register the last processed block for the watcher
|
||||
|
||||
Reference in New Issue
Block a user