bugfix
This commit is contained in:
parent
09802bbbf9
commit
dc05826b31
@ -1,4 +1,5 @@
|
|||||||
from appPublic.log import debug, exception
|
from appPublic.log import debug, exception
|
||||||
|
from appPublic.uniqueID import getID
|
||||||
from aiohttp import (
|
from aiohttp import (
|
||||||
client
|
client
|
||||||
)
|
)
|
||||||
@ -16,7 +17,6 @@ async def test_channels(channels):
|
|||||||
goodchannels.append(c)
|
goodchannels.append(c)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
debug(f'{c.url}, {e}')
|
debug(f'{c.url}, {e}')
|
||||||
c.errorcode = x.status_code
|
|
||||||
badchannels.append(c)
|
badchannels.append(c)
|
||||||
return goodchannels, badchannels
|
return goodchannels, badchannels
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user