From: Stefan Pluecken Date: Mon, 19 Dec 2005 00:40:18 +0000 (+0000) Subject: fix without any effect X-Git-Tag: 2.6.0~4668 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/348578ef7c073083779ddbb25c9e1c69d8405f46 fix without any effect --- diff --git a/lib/python/Components/NimManager.py b/lib/python/Components/NimManager.py index 933ebcf7..c8b4adbe 100644 --- a/lib/python/Components/NimManager.py +++ b/lib/python/Components/NimManager.py @@ -128,6 +128,8 @@ class NimManager: if (name == "sat"): #print "found sat " + attrs.get('name',"") + " " + str(attrs.get('position',"")) tpos = attrs.get('position',"") + if tpos < 0: + tpos = 3600 + tpos tname = attrs.get('name',"") self.satellites[tpos] = tname self.satList.append( (tname, tpos) )