mirror of
				https://github.com/gutosie/neoboot.git
				synced 2025-11-03 20:55:47 +01:00 
			
		
		
		
	Update plugin.py
This commit is contained in:
		@@ -52,7 +52,7 @@ if not fileExists('/etc/vtiversion.info') and not fileExists('/etc/bhversion') a
 | 
				
			|||||||
else:
 | 
					else:
 | 
				
			||||||
    from Screens.Console import Console
 | 
					    from Screens.Console import Console
 | 
				
			||||||
loggscrash = time.localtime(time.time())
 | 
					loggscrash = time.localtime(time.time())
 | 
				
			||||||
PLUGINVERSION = '9.50'
 | 
					PLUGINVERSION = '9.51'
 | 
				
			||||||
UPDATEVERSION = '9.51'
 | 
					UPDATEVERSION = '9.51'
 | 
				
			||||||
UPDATEDATE = '"+%Y11%d"'
 | 
					UPDATEDATE = '"+%Y11%d"'
 | 
				
			||||||
LinkNeoBoot = '/usr/lib/enigma2/python/Plugins/Extensions/NeoBoot'
 | 
					LinkNeoBoot = '/usr/lib/enigma2/python/Plugins/Extensions/NeoBoot'
 | 
				
			||||||
@@ -1808,7 +1808,7 @@ def main(session, **kwargs):
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
def menu(menuid, **kwargs):
 | 
					def menu(menuid, **kwargs):
 | 
				
			||||||
    if menuid == 'mainmenu':
 | 
					    if menuid == 'mainmenu':
 | 
				
			||||||
        return [(_('NeoBOOT'),
 | 
					        return [(_('N E O B O O T'),
 | 
				
			||||||
          main,
 | 
					          main,
 | 
				
			||||||
          'neo_boot',
 | 
					          'neo_boot',
 | 
				
			||||||
          1)]
 | 
					          1)]
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user