debug trash

This commit is contained in:
chrys
2016-08-30 22:41:14 +02:00
parent 805bb1e910
commit 0c6deec6d6
3 changed files with 13 additions and 3 deletions

View File

@ -42,6 +42,7 @@ class inputManager():
except:
pass
except Exception as e:
environment['runtime']['debug'].writeDebugOut(environment,str(e),0)
self.freeDevices()
time.sleep(0.01)
environment['input']['currShortcutString'] = self.getShortcutString(environment)