Integrates the locator map dumping to the Watcher and Cleaner

This commit is contained in:
Sergi Delgado Segura
2019-11-06 17:08:42 +00:00
parent 810f6ec525
commit 31afb1373a
2 changed files with 19 additions and 0 deletions

View File

@@ -74,6 +74,7 @@ class Watcher:
logger.info("Waking up")
self.db_manager.store_watcher_appointment(uuid, appointment.to_json())
self.db_manager.store_update_locator_map(appointment.locator, uuid)
appointment_added = True