Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
Jeroen Oudshoorn
2023-09-18 09:40:06 +02:00
parent 1111a26f31
commit 3fb0a3697f

View File

@ -8,8 +8,8 @@ import subprocess
class InternetConnectionPlugin(plugins.Plugin): class InternetConnectionPlugin(plugins.Plugin):
__author__ = 'adi1708 made by chatGPT' __author__ = 'adi1708, edited by jayofelony'
__version__ = '1.0.0' __version__ = '1.0.1'
__license__ = 'GPL3' __license__ = 'GPL3'
__description__ = 'A plugin that displays the Internet connection status on the pwnagotchi display.' __description__ = 'A plugin that displays the Internet connection status on the pwnagotchi display.'
__name__ = 'InternetConnectionPlugin' __name__ = 'InternetConnectionPlugin'