mirror of
https://github.com/gutosie/neoboot.git
synced 2025-10-31 19:35:48 +01:00
Update plugin.py
This commit is contained in:
@@ -1009,7 +1009,7 @@ class NeoBootImageChoose(Screen):
|
|||||||
if checkInternet():
|
if checkInternet():
|
||||||
pass
|
pass
|
||||||
else:
|
else:
|
||||||
system('/etc/init.d/networking force-reload')
|
system('/usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/files/userscript.sh')
|
||||||
mess = _('Geen internet')
|
mess = _('Geen internet')
|
||||||
self.session.open(MessageBox, mess, MessageBox.TYPE_INFO)
|
self.session.open(MessageBox, mess, MessageBox.TYPE_INFO)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user