Fix typo
This commit is contained in:
parent
7c9b6bdbde
commit
8f9bfb02c3
@ -12,7 +12,7 @@ def register_all():
|
||||
cls.bind()
|
||||
|
||||
class CommandParser(QObject):
|
||||
def parse(self, test):
|
||||
def parse(self, text):
|
||||
parts = text.strip().split()
|
||||
cmd = parts[0]
|
||||
args = parts[1:]
|
||||
|
Loading…
Reference in New Issue
Block a user