Made Core.Commands.Get/get_inputfuncs work.
This commit is contained in:
parent
a1c89d615e
commit
39e3618ae5
2 changed files with 3 additions and 3 deletions
|
|
@ -363,8 +363,7 @@ class TelnetOOB(object):
|
|||
try:
|
||||
cmdname, structure = data.split(None, 1)
|
||||
except ValueError:
|
||||
self.protocol.data_in(**{data: [[],{}]})
|
||||
return
|
||||
cmdname, structure = data, ""
|
||||
cmdname = cmdname.replace(".", "_")
|
||||
try:
|
||||
structure = json.loads(structure)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue