From a289385363b8adaca9e8335401b84fe36c130431 Mon Sep 17 00:00:00 2001 From: david-istvan Date: Tue, 27 Sep 2022 21:41:50 -0400 Subject: [PATCH] Fixed typo --- lowkey-examples/mindmap/editor/Editor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lowkey-examples/mindmap/editor/Editor.py b/lowkey-examples/mindmap/editor/Editor.py index cc8495f..12f82f7 100644 --- a/lowkey-examples/mindmap/editor/Editor.py +++ b/lowkey-examples/mindmap/editor/Editor.py @@ -79,7 +79,7 @@ def editorThread(self): commandObject = self._parser.processLocalMessage(commandKeyWord) commandObject.execute(self._session) elif self._parser.isGlobalCommand(commandKeyWord): - collabAPICommand = self._parser.translateIntoCollabAPICommand(message) + collabAPICommand = self._parser.translateIntoCollabAPICommand(userInput) # process locally self._session.processMessage(collabAPICommand) # produce remote message and publish