Update wpa-sec.py logging
Added logging.info message for plugin loading, to keep consistent with behaviour of other plugins.
This commit is contained in:
parent
713a14c504
commit
6430a40847
@ -82,6 +82,7 @@ class WpaSec(plugins.Plugin):
|
|||||||
self.options['whitelist'] = list()
|
self.options['whitelist'] = list()
|
||||||
|
|
||||||
self.ready = True
|
self.ready = True
|
||||||
|
logging.info("WPA_SEC: plugin loaded")
|
||||||
|
|
||||||
def on_webhook(self, path, request):
|
def on_webhook(self, path, request):
|
||||||
from flask import make_response, redirect
|
from flask import make_response, redirect
|
||||||
|
Loading…
x
Reference in New Issue
Block a user