From c0e9ff0c7b546a64110f7a1bb206b9e7790fb309 Mon Sep 17 00:00:00 2001 From: dubost Date: Fri, 31 Mar 2006 13:24:22 +0200 Subject: [PATCH] On les remet dans l'ordre darcs-hash:20060331112422-c3cc4-7275568c18107a706f1433d355302b2a472013a3.gz --- tv/sat_conf.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tv/sat_conf.py b/tv/sat_conf.py index a4efc295..328259cf 100755 --- a/tv/sat_conf.py +++ b/tv/sat_conf.py @@ -19,11 +19,11 @@ transpondeurs = { 'canard' : [ TNT_R4_498000(0) , TNT_R6_562000(3) , TNT_R2_474000(4) , TNT_R3_522000(5) ], - 'oie' : [ Hotbird_12673(4) , - Hotbird_11623(3) , - Hotbird_11137(2) , + 'oie' : [ Hotbird_10796(0) , Hotbird_10873(1) , - Hotbird_10796(0) ] + Hotbird_11137(2) , + Hotbird_11623(3) , + Hotbird_12673(4) ] } conf = transpondeurs.get(host,[])