mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
internet-connection:
a more pythonic method of checking internet connection Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
@ -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'
|
||||||
|
Reference in New Issue
Block a user