mirror of
https://github.com/JoelBender/bacpypes
synced 2025-09-28 22:15:23 +08:00
copy/paste duplicate
This commit is contained in:
parent
2e28d3af4d
commit
90a3e62692
|
@ -241,13 +241,6 @@ class TCPClient(asyncore.dispatcher):
|
|||
# core does not take parameters
|
||||
asyncore.dispatcher.handle_error(self)
|
||||
|
||||
def handle_error(self, error=None):
|
||||
"""Trap for TCPClient errors, otherwise continue."""
|
||||
if _debug: TCPClient._debug("handle_error %r", error)
|
||||
|
||||
# core does not take parameters
|
||||
asyncore.dispatcher.handle_error(self)
|
||||
|
||||
def indication(self, pdu):
|
||||
"""Requests are queued for delivery."""
|
||||
if _debug: TCPClient._debug("indication %r", pdu)
|
||||
|
|
Loading…
Reference in New Issue
Block a user