diff --git a/NeoBoot/files/tools.py b/NeoBoot/files/tools.py index b1f62f1..23e052d 100644 --- a/NeoBoot/files/tools.py +++ b/NeoBoot/files/tools.py @@ -933,7 +933,7 @@ class TunerInfo(Screen): def iNFO(self): try: - cmd = ' cat /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/.info' + cmd = ' cat /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/stbinfo' cmd1 = '' self.session.openWithCallback(self.close, Console, _('NeoBoot....'), [cmd, cmd1])