Skip to content
  • Philipp Hörist's avatar
    Use dict for zeroconf txt data · 5a2b04c2
    Philipp Hörist authored
    Use dict or else zeroconf_connection.py would constantly overwrite it with a dict
    which we would have to check and transform back.
    
    so we use a dict and only transform to TXTRecord when we call pybonjour
    5a2b04c2