Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
david-istvan committed Sep 28, 2022
1 parent 925a9ad commit a289385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lowkey-examples/mindmap/editor/Editor.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a289385

Please sign in to comment.