Update tools.py

This commit is contained in:
gutosie
2025-12-11 17:54:39 +02:00
committed by GitHub
parent ddc8282a1a
commit 80f8f47416

View File

@@ -2648,7 +2648,7 @@ class UploadNEO3(Screen):
def goNEO(self): def goNEO(self):
from Plugins.Extensions.NeoBoot.plugin import NeoBootImageChoose from Plugins.Extensions.NeoBoot.plugin import NeoBootImageChoose
self.session.open(NeoBootImageChoose) self.session.open(NeoBootImageChoose)
self.myClose(_('NeoBoot successfully updated IPTVPlayer.\nHave fun !!')) self.myClose(_('NeoBoot successfully updated.\nDo full restart STB.'))
def myClose(self, message): def myClose(self, message):
self.session.open(MessageBox, message, MessageBox.TYPE_INFO, 10) self.session.open(MessageBox, message, MessageBox.TYPE_INFO, 10)