Fixed typo in dispatchReplies argument.

This commit is contained in:
Rod A Santiago 2016-07-27 10:02:35 -07:00
parent d710eb3734
commit 821d78dfb5

View file

@ -295,7 +295,7 @@ class CoreRequestHandler(SocketServer.BaseRequestHandler):
# Added to allow the API2 handler to define a different behavior when replying
# to messages from clients
def dispatchreplies(self, reply):
def dispatchreplies(self, replies):
''' Dispatch replies to a handled message.
'''
for reply in replies: