Skip to content

Commit

Permalink
Update wpa-sec.py logging
Browse files Browse the repository at this point in the history
Added logging.info message for plugin loading, to keep consistent with behaviour of other plugins.
  • Loading branch information
centraliota authored Nov 18, 2020
1 parent 713a14c commit 6430a40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pwnagotchi/plugins/default/wpa-sec.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ def on_loaded(self):
self.options['whitelist'] = list()

self.ready = True
logging.info("WPA_SEC: plugin loaded")

def on_webhook(self, path, request):
from flask import make_response, redirect
Expand Down

0 comments on commit 6430a40

Please sign in to comment.