make i runable again and make autodetecto of X working

This commit is contained in:
chrys
2016-09-14 23:06:56 +02:00
parent a886357481
commit cb1feb35ae
5 changed files with 17 additions and 113 deletions

View File

@@ -16,7 +16,7 @@ commandBuffer = {
# used by the commandManager
commandInfo = {
'currCommand': '',
'lastCommandExecutionTime': time.time()
'lastCommandExecutionTime': time.time(),
'lastCommandRequestTime': time.time()
}