cuu 5 years ago
parent
commit
5043fda58b
1 changed files with 0 additions and 1 deletions
  1. 0 1
      sys.py/UI/main_screen.py

+ 0 - 1
sys.py/UI/main_screen.py

@@ -517,7 +517,6 @@ class MainScreen(object):
         pygame.time.delay(1000)
         cmdpath = cmdpath.strip()
         cmdpath = CmdClean(cmdpath)
-                
         pygame.event.post( pygame.event.Event(RUNEVT, message=cmdpath))
 
     def OnExitCb(self,event):