Update app.py
Browse files
app.py
CHANGED
|
@@ -186,6 +186,7 @@ def evaluate_single_case(input_data):
|
|
| 186 |
|
| 187 |
# If success or last attempt, return/record the result
|
| 188 |
if result["status"] == "OK":
|
|
|
|
| 189 |
break
|
| 190 |
# For retries, briefly wait to allow resources to stabilize
|
| 191 |
time.sleep(0.3)
|
|
|
|
| 186 |
|
| 187 |
# If success or last attempt, return/record the result
|
| 188 |
if result["status"] == "OK":
|
| 189 |
+
status = result["status"]
|
| 190 |
break
|
| 191 |
# For retries, briefly wait to allow resources to stabilize
|
| 192 |
time.sleep(0.3)
|