Abhishek Thakur
commited on
Commit
·
3b208c1
1
Parent(s):
eac46fd
update
Browse files- competitions/app.py +1 -1
competitions/app.py
CHANGED
@@ -70,7 +70,7 @@ def run_job_runner():
|
|
70 |
|
71 |
def start_job_runner_thread():
|
72 |
thread = threading.Thread(target=run_job_runner)
|
73 |
-
thread.daemon = True
|
74 |
thread.start()
|
75 |
return thread
|
76 |
|
|
|
70 |
|
71 |
def start_job_runner_thread():
|
72 |
thread = threading.Thread(target=run_job_runner)
|
73 |
+
# thread.daemon = True
|
74 |
thread.start()
|
75 |
return thread
|
76 |
|