Skip to content

Commit

Permalink
[General] - silence PEP8
Browse files Browse the repository at this point in the history
  • Loading branch information
Twol committed Oct 5, 2023
1 parent e910aa4 commit 428e32a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/python/Tools/General.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from enigma import iServiceInformation, eServiceReference, eServiceCenter


def isIPTV(service):
path = service and service.getPath()
return path and not path.startswith("/") and service.type in [0x1, 0x1001, 0x138A, 0x1389]

0 comments on commit 428e32a

Please sign in to comment.