saritha5 commited on
Commit
6c83080
·
1 Parent(s): 14a1150

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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: