Skip to content

Commit 58b0d28

Browse files
author
TJ Bruno
committed
Call parent shutdown from socketcand
1 parent 0f95a21 commit 58b0d28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

can/interfaces/socketcand/socketcand.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,5 +170,5 @@ def send(self, msg, timeout=None):
170170
self._tcp_send(ascii_msg)
171171

172172
def shutdown(self):
173-
self.stop_all_periodic_tasks()
173+
super().shutdown()
174174
self.__socket.close()

0 commit comments

Comments
 (0)