Skip to content

Commit

Permalink
Merge pull request #3967 from Dima73/pull8
Browse files Browse the repository at this point in the history
  • Loading branch information
littlesat committed Apr 28, 2024
2 parents 7200947 + 0b338d0 commit 22757fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/python/Screens/ScanSetup.py
Expand Up @@ -410,6 +410,7 @@ def terrestrialTransponderSearchClosed(self, retval):
self.terrestrialTransponderSearch(freq, bandWidth)

def getTerrestrialTransponderData(self, str):
str = str.decode()
print("[getTerrestrialTransponderData] ", str)
if self.terrestrial_tunerName.startswith("Sundtek"):
str = self.remaining_data + str
Expand Down

0 comments on commit 22757fe

Please sign in to comment.