Merge pull request #953 from centraliota/master

Update wpa-sec.py logging
This commit is contained in:
Simone Margaritelli 2021-04-18 15:11:10 +02:00 committed by GitHub
commit 38dfccb7c2
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