Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
Jeroen Oudshoorn
2023-09-18 09:17:01 +02:00
parent d550427756
commit 6145655c66

View File

@ -35,7 +35,6 @@ class InternetConnectionPlugin(plugins.Plugin):
text_font=fonts.Small)) text_font=fonts.Small))
def on_ui_update(self, ui): def on_ui_update(self, ui):
with ui._lock:
# check if there is an active Internet connection # check if there is an active Internet connection
try: try:
# use the 'ping' command to check if we can reach a well-known website # use the 'ping' command to check if we can reach a well-known website