fix clearing target on secnode

This commit is contained in:
2023-10-17 14:00:28 +02:00
parent 15cefee221
commit 9b56a6fb95

View File

@ -645,7 +645,7 @@ class FrappyNode(SecNodeDevice, Moveable):
def _disconnect(self):
super()._disconnect()
self.target = ''
self._setROParam('target', '')
def get_info(self):
result = self.doRead() or ''