Zeroconf: Call method with correct arguments
This commit is contained in:
parent
28045e9d36
commit
1a352c0e47
|
@ -93,7 +93,7 @@ class Zeroconf:
|
||||||
|
|
||||||
def new_domain_callback(self, interface, protocol, domain, flags):
|
def new_domain_callback(self, interface, protocol, domain, flags):
|
||||||
if domain != "local":
|
if domain != "local":
|
||||||
self.browse_domain(interface, protocol, domain)
|
self.browse_domain(domain)
|
||||||
|
|
||||||
# takes a TXTRecord instance
|
# takes a TXTRecord instance
|
||||||
def txt_array_to_dict(self, txt):
|
def txt_array_to_dict(self, txt):
|
||||||
|
|
Loading…
Reference in New Issue