From 730fa7dc8ea72712eed44e8fd2d686b3f36398bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric?= Date: Mon, 20 Jan 2025 15:43:35 +0100 Subject: [PATCH] Update wigle.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit version update Signed-off-by: Frédéric --- pwnagotchi/plugins/default/wigle.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pwnagotchi/plugins/default/wigle.py b/pwnagotchi/plugins/default/wigle.py index ff4c80de..5577ebee 100644 --- a/pwnagotchi/plugins/default/wigle.py +++ b/pwnagotchi/plugins/default/wigle.py @@ -106,7 +106,7 @@ def _send_to_wigle(lines, api_key, donate=True, timeout=30): class Wigle(plugins.Plugin): __author__ = "Dadav and updated by Jayofelony" - __version__ = "3.0.1" + __version__ = "3.1.0" __license__ = "GPL3" __description__ = "This plugin automatically uploads collected WiFi to wigle.net"