fixed wrong var name in beefautorun

This commit is contained in:
byt3bl33d3r 2015-05-20 14:35:03 +02:00
parent fb26d89204
commit 8b915064c1

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):