diff --git a/plugins/python/skeleton.py b/plugins/python/skeleton.py index 227870aa..1923634e 100644 --- a/plugins/python/skeleton.py +++ b/plugins/python/skeleton.py @@ -7,7 +7,7 @@ from org.objectweb.asm.tree import ClassNode class skeleton(Plugin): - def execute(classNodeList, poop): #for some reason it requires a second arg + def execute(classNodeList, notUsed): #for some reason it requires a second arg gui = PluginConsole("Skeleton") gui.setVisible(Boolean.TRUE) gui.appendText("exceuted skeleton")