set diseqc repeats in diseqc 1.0 to 0 (this fixes a strange diseqc bug in advanced...
[vuplus_dvbapp] / tools.py
1
2 def CONNECT(slot, fnc):
3         slot.get().append(fnc)
4
5 def DISCONNECT(slot, fnc):
6         slot.get().remove(fnc)
7