updates
This commit is contained in:
@@ -87,7 +87,6 @@ def init():
|
||||
global regular
|
||||
regular = {
|
||||
'/*' : 'CSTART',
|
||||
'*' : 'CMID',
|
||||
'*/' : 'CEND',
|
||||
'=' : 'ASSIGN',
|
||||
'==' : 'EQUAL',
|
||||
|
||||
+1
-1
@@ -54,7 +54,7 @@ class Worker:
|
||||
#print("Working")
|
||||
task = self.work_queue.get(2)
|
||||
#print(task)
|
||||
time.sleep(0.01)
|
||||
time.sleep(0.1)
|
||||
self.work_queue.task_done()
|
||||
print(self.work_queue.qsize())
|
||||
self.signal_queue.put("work_update")
|
||||
|
||||
Reference in New Issue
Block a user