aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python/Components')
-rw-r--r--lib/python/Components/ServiceScan.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/ServiceScan.py b/lib/python/Components/ServiceScan.py
index 2406326d..b56a995a 100644
--- a/lib/python/Components/ServiceScan.py
+++ b/lib/python/Components/ServiceScan.py
@@ -48,7 +48,7 @@ class ServiceScan:
except KeyError:
sat_name = ""
if orb_pos > 1800: # west
- orb_pos = 3600 - orbpos
+ orb_pos = 3600 - orb_pos
h = _("W")
else:
h = _("E")