Update app.py
#8
by kbuchel - opened
app.py
CHANGED
|
@@ -378,7 +378,7 @@ def add_to_queue(student_id, R, Y, B, current_state):
|
|
| 378 |
# Finally, wait for the result
|
| 379 |
result = result_queue.get()
|
| 380 |
|
| 381 |
-
current_state =
|
| 382 |
|
| 383 |
yield result, current_state
|
| 384 |
|
|
|
|
| 378 |
# Finally, wait for the result
|
| 379 |
result = result_queue.get()
|
| 380 |
|
| 381 |
+
current_state = None
|
| 382 |
|
| 383 |
yield result, current_state
|
| 384 |
|