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:
centraliota 2020-11-17 18:01:52 -07:00 committed by GitHub
parent 713a14c504
commit 6430a40847
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -82,6 +82,7 @@ class WpaSec(plugins.Plugin):
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