You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
def locate_brewpi_services():
zeroconf_obj = zeroconf.Zeroconf()
listener = zeroconfListener()
browser = zeroconf.ServiceBrowser(zeroconf_obj, "_brewpi._tcp.local.", listener)
sleep(9) # We have to give zeroconf services time to respond
zeroconf_obj.close()
return listener.brewpi_services
The text was updated successfully, but these errors were encountered:
Use something like this:
The text was updated successfully, but these errors were encountered: