Skip to content

Commit 0e1f784

Browse files
linux(fix): hearing aid bug (#355)
fixed hearing aid bug Co-authored-by: ressiwage <ressiwage@ya.ru>
1 parent f3b1db2 commit 0e1f784

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

linux/hearing-aid-adjustments.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import struct
55
import sys
66
import threading
7-
from socket import socket as Socket, TimeoutError
7+
from socket import socket as Socket
88
from queue import Queue
99
from threading import Thread
1010
from typing import Any, Dict, List, Optional

0 commit comments

Comments
 (0)