updates
This commit is contained in:
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"python.pythonPath": "/home/jan/anaconda3/bin/python",
|
||||
"python.pythonPath": "/usr/bin/python3",
|
||||
"python.linting.pylintEnabled": true,
|
||||
"python.linting.pep8Enabled": false,
|
||||
"python.linting.enabled": true
|
||||
|
@@ -87,7 +87,6 @@ def init():
|
||||
global regular
|
||||
regular = {
|
||||
'/*' : 'CSTART',
|
||||
'*' : 'CMID',
|
||||
'*/' : 'CEND',
|
||||
'=' : 'ASSIGN',
|
||||
'==' : 'EQUAL',
|
||||
|
@@ -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