Fixed typo in dispatchReplies argument.
This commit is contained in:
parent
d710eb3734
commit
821d78dfb5
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue