initial changes to convert all commands to be string based for consistency
This commit is contained in:
parent
69772f993c
commit
02ef91242e
21 changed files with 145 additions and 256 deletions
|
@ -882,7 +882,6 @@ class CoreHandler(socketserver.BaseRequestHandler):
|
|||
return (reply,)
|
||||
else:
|
||||
logging.info("execute message with cmd=%s", command)
|
||||
command = utils.split_args(command)
|
||||
# execute command and send a response
|
||||
if (
|
||||
message.flags & MessageFlags.STRING.value
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue