also for rx_hostname

This commit is contained in:
Erik Frojdh 2023-01-16 12:01:15 +01:00 committed by Dhanya Thattil
parent f31fa92516
commit 7729e47685

View File

@ -780,7 +780,8 @@ class Detector(CppDetectorApi):
@rx_hostname.setter
def rx_hostname(self, hostname):
self.setRxHostname(hostname)
args = hostname_list(hostname)
self.setRxHostname(args)
@property
@element