Skip to content

Commit e623991

Browse files
committed
Fix import
1 parent d72e24f commit e623991

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Scripts/Winwing/ifly_737_winwing_cdu.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import logging
55
import asyncio
66
from typing import Dict, List, Optional, Union
7-
from websockets.client import connect
7+
from websockets.asyncio.client import connect
88
import mmap
99

1010
# WebSocket URLs

0 commit comments

Comments
 (0)