From f787516de21048effc55431a20ab0e7691da2a2f Mon Sep 17 00:00:00 2001 From: Jeroen Oudshoorn Date: Mon, 18 Sep 2023 09:40:06 +0200 Subject: [PATCH] v2.4.1 Signed-off-by: Jeroen Oudshoorn --- pwnagotchi/plugins/default/internet-connection.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pwnagotchi/plugins/default/internet-connection.py b/pwnagotchi/plugins/default/internet-connection.py index 73d4f13d..25adc78a 100644 --- a/pwnagotchi/plugins/default/internet-connection.py +++ b/pwnagotchi/plugins/default/internet-connection.py @@ -8,8 +8,8 @@ import subprocess class InternetConnectionPlugin(plugins.Plugin): - __author__ = 'adi1708 made by chatGPT' - __version__ = '1.0.0' + __author__ = 'adi1708, edited by jayofelony' + __version__ = '1.0.1' __license__ = 'GPL3' __description__ = 'A plugin that displays the Internet connection status on the pwnagotchi display.' __name__ = 'InternetConnectionPlugin'