Skip to content

Commit

Permalink
[ServiceName2] Update file
Browse files Browse the repository at this point in the history
  • Loading branch information
fairbird committed May 20, 2022
1 parent e71b16f commit 24de216
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/python/Components/Converter/ServiceName2.py
Expand Up @@ -254,6 +254,7 @@ def getTransponderInfo(self, info, ref, fmt):
if type == 'DVB-S':
x = self.tpdata.get('orbital_position', 0)
result += x > 1800 and "%d.%d°W" % ((3600 - x) / 10, (3600 - x) % 10) or "%d.%d°E" % (x / 10, x % 10)
result = result.replace("°","")
elif type == 'DVB-T':
result += 'DVB-T'
elif type == 'DVB-C':
Expand Down

0 comments on commit 24de216

Please sign in to comment.