threading test

This commit is contained in:
chrys
2016-07-10 23:02:17 +02:00
parent 28a3da7e52
commit fa3a15f5bc
5 changed files with 49 additions and 35 deletions

View File

@@ -1,10 +1,10 @@
#!/bin/python
#from commands import curr_line
#from commands import shut_up
import time
commandInfo = {
'currCommand': '',
'commandCueue':[]
'commandCueue':[],
'lastCommandTime': time.time()
}
commands = {