Update commands.py

This commit is contained in:
chrys87 2016-09-13 10:28:02 +02:00 committed by GitHub
parent f3434bbb5e
commit b360670f94

View File

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