some cleanups

This commit is contained in:
chrys 2017-07-20 23:31:52 +02:00
parent 96215607d8
commit 9d9f030dba

View File

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