From 49577953c67f140726d491db7c0455d51de66c3c Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Sun, 24 Jan 2021 21:58:15 +0100 Subject: [PATCH] fix events --- owrx/property/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/owrx/property/__init__.py b/owrx/property/__init__.py index 6acb68e..25977da 100644 --- a/owrx/property/__init__.py +++ b/owrx/property/__init__.py @@ -157,6 +157,7 @@ class PropertyValidationError(Exception): class PropertyValidator(PropertyManager): def __init__(self, pm: PropertyManager, validators=None): self.pm = pm + self.pm.wire(self._fireCallbacks) if validators is None: self.validators = {} else: