worked through a couple todos, removed usage of eval within parsing xml files

This commit is contained in:
Blake J. Harnden 2017-08-07 13:02:25 -07:00
parent e4b280196b
commit 8612c73d49
8 changed files with 76 additions and 58 deletions

View file

@ -436,6 +436,7 @@ class CoreRequestHandler(SocketServer.BaseRequestHandler):
Handle an incoming message; dispatch based on message type,
optionally sending replies.
:param message: message to handle
:return: nothing
"""
if self.session and self.session.broker.handle_message(message):