diff --git a/gajim/common/zeroconf/zeroconf_bonjour.py b/gajim/common/zeroconf/zeroconf_bonjour.py index 9c2257e2b..e8008e8ef 100644 --- a/gajim/common/zeroconf/zeroconf_bonjour.py +++ b/gajim/common/zeroconf/zeroconf_bonjour.py @@ -93,7 +93,7 @@ class Zeroconf: def new_domain_callback(self, interface, protocol, domain, flags): if domain != "local": - self.browse_domain(interface, protocol, domain) + self.browse_domain(domain) # takes a TXTRecord instance def txt_array_to_dict(self, txt):