This commit is contained in:
Konloch 2022-01-17 18:53:39 -06:00
parent 0c75303f96
commit bc77a32722
1 changed files with 1 additions and 1 deletions

View File

@ -10,4 +10,4 @@ class skeleton(Plugin):
def execute(classNodeList, notUsed): #for some reason it requires a second arg
gui = PluginConsole("Skeleton")
gui.setVisible(Boolean.TRUE)
gui.appendText("exceuted skeleton")
gui.appendText("executed skeleton")