summaryrefslogtreecommitdiffstats
path: root/abs/core/supplemental-web/contents/list_cardmap.py
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/supplemental-web/contents/list_cardmap.py')
-rwxr-xr-xabs/core/supplemental-web/contents/list_cardmap.py8
1 files changed, 7 insertions, 1 deletions
diff --git a/abs/core/supplemental-web/contents/list_cardmap.py b/abs/core/supplemental-web/contents/list_cardmap.py
index cca2b8c..4e2c1a9 100755
--- a/abs/core/supplemental-web/contents/list_cardmap.py
+++ b/abs/core/supplemental-web/contents/list_cardmap.py
@@ -109,7 +109,13 @@ for statictuner in mbelist:
hdhr_url = statictuner[1].split("-")[-1]
elif statictuner[0] == "infinitv":
ceton_port = statictuner[3].strip()
- ceton_url = "http://%s:%s" %(hostname,ceton_port)
+ #Services/1/Status.html
+ #print statictuner
+ ceton_tuner=statictuner[2].strip()[-1]
+ ceton_tuner = int(ceton_tuner) + 1
+ ceton_url = "http://%s:%s/Services/%s/Status.html" %(hostname,
+ ceton_port,
+ ceton_tuner)
#print "<li> %s&nbsp;&nbsp;&nbsp%s" %(statictuner[1] ,statictuner[0])
print "<li> %s&nbsp;&nbsp;&nbsp" %(statictuner[1])