Update commands.py
This commit is contained in:
parent
f3434bbb5e
commit
b360670f94
@ -16,7 +16,8 @@ commandBuffer = {
|
||||
# used by the commandManager
|
||||
commandInfo = {
|
||||
'currCommand': '',
|
||||
'lastCommandTime': time.time()
|
||||
'lastCommandExecutionTime': time.time()
|
||||
'lastCommandRequestTime': time.time()
|
||||
}
|
||||
|
||||
# used by the commandManager
|
||||
|
Loading…
Reference in New Issue
Block a user