Zeroconf: Call method with correct arguments

This commit is contained in:
Philipp Hörist 2017-08-23 23:34:16 +02:00
parent 28045e9d36
commit 1a352c0e47
1 changed files with 1 additions and 1 deletions

View File

@ -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):