bugfix
This commit is contained in:
parent
09802bbbf9
commit
dc05826b31
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user