From 348578ef7c073083779ddbb25c9e1c69d8405f46 Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Mon, 19 Dec 2005 00:40:18 +0000 Subject: fix without any effect --- lib/python/Components/NimManager.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/python/Components') 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) ) -- cgit v1.2.3