Update plugin.py

This commit is contained in:
gutosie
2024-01-12 14:39:09 +02:00
committed by GitHub
parent e821c5662b
commit 58e8f09e0e

View File

@@ -1009,7 +1009,7 @@ class NeoBootImageChoose(Screen):
if checkInternet():
pass
else:
system('/etc/init.d/networking force-reload')
system('/usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/files/userscript.sh')
mess = _('Geen internet')
self.session.open(MessageBox, mess, MessageBox.TYPE_INFO)