kennedyshead / aioasuswrt

MIT License
24 stars 24 forks source link

asyncio.streams.IncompleteReadError -> asyncio.IncompleteReadError #45

Closed omarali closed 3 years ago

omarali commented 3 years ago

The line "except asyncio.streams.IncompleteReadError:" was throwing the following AttributeError error.

AttributeError: module 'asyncio.streams' has no attribute 'IncompleteReadError'