This commit is contained in:
2018-08-11 08:31:03 +02:00
parent 99b43200f4
commit 44d8671ea2
3 changed files with 2 additions and 3 deletions
-1
View File
@@ -87,7 +87,6 @@ def init():
global regular
regular = {
'/*' : 'CSTART',
'*' : 'CMID',
'*/' : 'CEND',
'=' : 'ASSIGN',
'==' : 'EQUAL',
+1 -1
View File
@@ -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")