Update plugin.py

This commit is contained in:
gutosie
2024-01-12 13:41:46 +02:00
committed by GitHub
parent e8dc364f3c
commit db40bbd56e

View File

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