mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-03-16 09:54:41 +01:00
fix events
This commit is contained in:
parent
4b03ced1f7
commit
49577953c6
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue