From ffe49f5506d2b33f50c879cdecf4251a94af8217 Mon Sep 17 00:00:00 2001 From: Pedro Ribeiro Date: Wed, 15 Jun 2016 07:49:52 +0800 Subject: [PATCH] Fix for IDA 6.9 --- plugins/leafblower/leafblower.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/leafblower/leafblower.py b/plugins/leafblower/leafblower.py index 4d7b069..3dad86b 100755 --- a/plugins/leafblower/leafblower.py +++ b/plugins/leafblower/leafblower.py @@ -508,7 +508,7 @@ def term(self): idaapi.del_menu_item(self.stdio_context_menu) return None - def run(self): + def run(self, arg): pass def LeafFromMenu(self, arg):