From a23230d215cd85d6e5eb82085212fec6076b7e5f Mon Sep 17 00:00:00 2001 From: dubost Date: Wed, 26 Mar 2008 22:40:13 +0100 Subject: [PATCH] une carte sat de moins pour oie En attendant la configuration de la carte double tuner TNT darcs-hash:20080326214013-9fc8c-05371c0a97a3e35b19e5fc4a05c2e385794d1ea6.gz --- tv/sat_conf.py | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/tv/sat_conf.py b/tv/sat_conf.py index 9ced8a32..54fae29a 100755 --- a/tv/sat_conf.py +++ b/tv/sat_conf.py @@ -19,11 +19,12 @@ transpondeurs = { 'canard' : [ TNT_R4_498000(0) , TNT_R6_562000(3) , TNT_R2_474000(4) , TNT_R3_522000(5) ], - 'oie' : [ Hotbird_10796(0) , - Hotbird_10873(1) , - Hotbird_11137(2) , - Hotbird_12111(3) ], -# Hotbird_12673(4) ] +# 'oie' : [ ] + 'oie' : [ Hotbird_11766(0) , +# Hotbird_10873(1) , + Hotbird_11137(1) , + Hotbird_12111(2) , + Hotbird_12673(3) ] } conf = transpondeurs.get(host,[])