Compare commits

..

2 Commits

Author SHA1 Message Date
9ea6728a26 2.9.4-2
Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
2025-01-02 22:30:25 +01:00
af4e4d9a35 Another wpa-sec fix
Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
2025-01-02 22:30:04 +01:00
2 changed files with 2 additions and 3 deletions

View File

@ -1 +1 @@
__version__ = '2.9.4-1'
__version__ = '2.9.4-2'

View File

@ -161,8 +161,7 @@ class WpaSec(plugins.Plugin):
def on_unload(self, ui):
with ui._lock:
ui.remove_element('ssid')
ui.remove_element('password')
ui.remove_element('pass')
def on_ui_update(self, ui):
if 'show_pwd' in self.options and self.options['show_pwd'] and 'download_results' in self.options and self.options['download_results']: