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