From 253f2245d8317cf80e166ddb9cdf7038539840f1 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 20 Dec 2006 17:14:34 +0100 Subject: [PATCH] Oie a du mal a capter ces transpondeurs, Il faut voir si ils n'ont pas bougs et si on ne peux pas les remplacer (Augustin tu t'en charge ??? Merci) darcs-hash:20061220161434-dc76e-267ae50106680914bc55fa647cc49b1428d75d8e.gz --- tv/sat_conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tv/sat_conf.py b/tv/sat_conf.py index 3c9c425f..2cb70e78 100755 --- a/tv/sat_conf.py +++ b/tv/sat_conf.py @@ -21,9 +21,9 @@ transpondeurs = { 'canard' : [ TNT_R4_498000(0) , TNT_R3_522000(5) ], 'oie' : [ Hotbird_10796(0) , Hotbird_10873(1) , - Hotbird_11137(2) , - Hotbird_11623(3) , - Hotbird_12673(4) ] + Hotbird_11137(2) ] +# Hotbird_11623(3) , +# Hotbird_12673(4) ] } conf = transpondeurs.get(host,[])