From b106678d90599ebbbbe5243e863509563b4e272e Mon Sep 17 00:00:00 2001 From: gutosie Date: Fri, 1 Apr 2022 10:12:37 +0300 Subject: [PATCH] Update plugin.py --- NeoBoot/plugin.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NeoBoot/plugin.py b/NeoBoot/plugin.py index 2f9ef76..10696e9 100644 --- a/NeoBoot/plugin.py +++ b/NeoBoot/plugin.py @@ -1627,9 +1627,9 @@ class NeoBootImageChoose(Screen): myerror = _('Sorry, this is not neoboot vip version.\nGet NEO-VIP version, more info press blue button.') self.session.open(MessageBox, myerror, MessageBox.TYPE_INFO) else: - self.bootIMG2() + self.bootIMG1() - def bootIMG2(self): + def bootIMG1(self): if getCheckActivateVip() == getBoxMacAddres(): self.bootIMG2() elif not fileExists('/.multinfo'):