Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -81,6 +81,7 @@ class SimThread (threading.Thread):
|
|
| 81 |
|
| 82 |
def run(self):
|
| 83 |
""" exeution """
|
|
|
|
| 84 |
while not exitFlag:
|
| 85 |
rec = dequeue(self.qu, workQuLock)
|
| 86 |
if rec is not None:
|
|
|
|
| 81 |
|
| 82 |
def run(self):
|
| 83 |
""" exeution """
|
| 84 |
+
exitFlag =True
|
| 85 |
while not exitFlag:
|
| 86 |
rec = dequeue(self.qu, workQuLock)
|
| 87 |
if rec is not None:
|