Skip to content

Commit

Permalink
Another wpa-sec fix
Browse files Browse the repository at this point in the history
Signed-off-by: Jeroen Oudshoorn <[email protected]>
  • Loading branch information
jayofelony committed Jan 2, 2025
1 parent b2175cb commit af4e4d9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pwnagotchi/plugins/default/wpa-sec.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,7 @@ def on_ui_setup(self, ui):

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']:
Expand Down

0 comments on commit af4e4d9

Please sign in to comment.