dongsheng commited on
Commit
7e4eaed
·
verified ·
1 Parent(s): 8989343

Update app.py

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