clean up code/ dont crash if keyboard unplugs

This commit is contained in:
chrys
2017-02-26 14:45:14 +01:00
parent 119a36a6ca
commit 21e7f68235
3 changed files with 13 additions and 30 deletions

View File

@@ -11,4 +11,6 @@ generalInformation = {
'tutorialMode': False,
'currUser':'',
'prevUser':'',
'managerList':['inputManager','screenManager','commandManager','outputManager'
,'punctuationManager','cursorManager','applicationManager','debug'],
}