debug trash

This commit is contained in:
chrys
2016-08-30 22:52:54 +02:00
parent 0c6deec6d6
commit b4dd3e7675
4 changed files with 10 additions and 9 deletions

View File

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