We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b53ef4 commit 5ac9814Copy full SHA for 5ac9814
1 file changed
can/interfaces/socketcand/socketcand.py
@@ -93,7 +93,7 @@ def __init__(self, channel, host, port, can_filters=None, **kwargs):
93
self._expect_msg("< ok >")
94
self._tcp_send(f"< rawmode >")
95
96
- super().__init__(channel=channel, can_filters=can_filters)
+ super().__init__(channel=channel, can_filters=can_filters, **kwargs)
97
98
def _recv_internal(self, timeout):
99
if len(self.__message_buffer) != 0:
0 commit comments