You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
D:\test\aiohttp_test_chat>python app.py
Traceback (most recent call last):
File "app.py", line 10, in
from routes import routes
File "D:\test\aiohttp_test_chat\routes.py", line 1, in
from chat.views import ChatList, WebSocket
File "D:\test\aiohttp_test_chat\chat\views.py", line 3, in
from aiohttp import web, MsgType
ImportError: cannot import name 'MsgType' from 'aiohttp' (C:\Python37\lib\site-packages\aiohttp_init_.py)
https://github.com/steelkiwi/aiohttp_test_chat/blob/master/chat/views.py#L40
I think I found a typo, I believe it needs to be msg.type and not msg.tp
this occurs many times in the file.
The text was updated successfully, but these errors were encountered: