X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/d5ae449f27358e66e0f6e4fcb529f14a45a11441..348578ef7c073083779ddbb25c9e1c69d8405f46:/lib/python/Components/NimManager.py 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) )