fixed a wrong var

This commit is contained in:
byt3bl33d3r 2015-06-02 18:53:30 +02:00
commit 4de7d3e67e
2 changed files with 2 additions and 2 deletions

View file

@ -43,7 +43,7 @@ class BeefAutorun(Inject, Plugin):
Inject.initialize(self, options)
self.tree_output.append("Mode: {}".format(self.config['BeEFAutorun']['mode']))
self.tree_info.append("Mode: {}".format(self.config['BeEFAutorun']['mode']))
self.onConfigChange()
def onConfigChange(self):