We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d72e24f commit e623991Copy full SHA for e623991
Scripts/Winwing/ifly_737_winwing_cdu.py
@@ -4,7 +4,7 @@
4
import logging
5
import asyncio
6
from typing import Dict, List, Optional, Union
7
-from websockets.client import connect
+from websockets.asyncio.client import connect
8
import mmap
9
10
# WebSocket URLs
0 commit comments