Update wigle.py

Signed-off-by: Frédéric <fmatray@users.noreply.github.com>
This commit is contained in:
Frédéric
2025-01-20 15:28:46 +01:00
committed by GitHub
parent 0140a1fc97
commit e179165850

View File

@ -133,7 +133,6 @@ class Wigle(plugins.Plugin):
response = make_response(redirect("https://www.wigle.net/", code=302)) response = make_response(redirect("https://www.wigle.net/", code=302))
return response return response
def on_internet_available(self, agent): def on_internet_available(self, agent):
""" """
Called when there's internet connectivity Called when there's internet connectivity