diff --git a/sys.py/UI/main_screen.py b/sys.py/UI/main_screen.py index 5cd8697..d830e95 100644 --- a/sys.py/UI/main_screen.py +++ b/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):