@@ -0,0 +1,10 @@
from config_writer import ConfigWriter
cw = ConfigWriter()
lis = cw.inactive_headphones
if cw.active_headphone is not None:
lis.append(cw.active_headphone)
#cw.write_specs(lis, None)
cw.write_specs(cw.active_headphone, cw.inactive_headphones[0])
The note is not visible to the blocked user.