diff --git a/iptv/m3u8test.py b/iptv/m3u8test.py index 4a10c3c..5708cbe 100644 --- a/iptv/m3u8test.py +++ b/iptv/m3u8test.py @@ -1,4 +1,5 @@ from appPublic.log import debug, exception +from appPublic.uniqueID import getID from aiohttp import ( client ) @@ -16,7 +17,6 @@ async def test_channels(channels): goodchannels.append(c) except Exception as e: debug(f'{c.url}, {e}') - c.errorcode = x.status_code badchannels.append(c) return goodchannels, badchannels