This commit is contained in:
yumoqing 2025-09-20 12:00:56 +08:00
parent 09802bbbf9
commit dc05826b31

View File

@ -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