From 21c275f3def1e0f564a38092c03a3b21bb778af9 Mon Sep 17 00:00:00 2001 From: gutosie Date: Fri, 12 Feb 2021 20:19:59 +0200 Subject: [PATCH] Update plugin.py --- NeoBoot/plugin.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/NeoBoot/plugin.py b/NeoBoot/plugin.py index 88d3afe..31bdd3f 100644 --- a/NeoBoot/plugin.py +++ b/NeoBoot/plugin.py @@ -978,10 +978,10 @@ class NeoBootImageChoose(Screen): #Zablokowanie aktualizacji przez zmiane nazwy neoboot_update na neoboot_update2 i likwidacja 3 lini hastagu wyzej def neoboot_update(self): - if getTestInTime() == getTestOutTime() or getTestIn() != getTestOut(): - 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: + #if getTestInTime() == getTestOutTime() or getTestIn() != getTestOut(): + #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: if fileExists('/.multinfo'): mess = _('Downloading available only from the image Flash.') self.session.open(MessageBox, mess, MessageBox.TYPE_INFO)