diff --git a/notificationclient-base/docker/notificationclient-sidecar/notificationclientsdk/services/notification_worker.py b/notificationclient-base/docker/notificationclient-sidecar/notificationclientsdk/services/notification_worker.py index 469b828..07c73d7 100644 --- a/notificationclient-base/docker/notificationclient-sidecar/notificationclientsdk/services/notification_worker.py +++ b/notificationclient-base/docker/notificationclient-sidecar/notificationclientsdk/services/notification_worker.py @@ -71,6 +71,9 @@ class NotificationWorker: self.service_nodenames = service_nodenames + nodeinfo_repo = NodeRepo(autocommit=True) + nodeinfo_repo.delete(Status=1) + self.__locationinfo_handler = \ NotificationWorker.LocationInfoHandler(self) self.__notification_handler = NotificationHandler()