internet-connection:

a more pythonic method of checking internet connection

Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
Jeroen Oudshoorn
2023-09-18 11:18:23 +02:00
parent 1519ea6b42
commit 2262265a32

View File

@ -10,7 +10,7 @@ import socket
class InternetConnectionPlugin(plugins.Plugin): class InternetConnectionPlugin(plugins.Plugin):
__author__ = 'adi1708, edited by jayofelony' __author__ = 'adi1708, edited by jayofelony'
__version__ = '1.0.1' __version__ = '1.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'