X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/ea7954734548f81c7419e6b8007800bcf3f12169..e854296fa3301e16885ff959bb083b0f18919c44:/lib/python/Components/NimManager.py diff --git a/lib/python/Components/NimManager.py b/lib/python/Components/NimManager.py index 3bc47ec3..183f9d2d 100644 --- a/lib/python/Components/NimManager.py +++ b/lib/python/Components/NimManager.py @@ -129,9 +129,7 @@ class NimManager: #print "found sat " + attrs.get('name',"") + " " + str(attrs.get('position',"")) tpos = int(attrs.get('position',"")) if tpos < 0: - print "negative" tpos = 3600 + tpos - print "[NimManager.py] tpos:", tpos tname = attrs.get('name',"") self.satellites[tpos] = tname self.satList.append( (tname, tpos) )