1
0
mirror of https://github.com/JoelBender/bacpypes synced 2025-09-28 22:15:23 +08:00

copy/paste duplicate

This commit is contained in:
Joel Bender 2017-04-27 01:54:16 -04:00
parent 2e28d3af4d
commit 90a3e62692

View File

@ -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)