tuan3335 commited on
Commit
26e2719
Β·
1 Parent(s): 8ec1b86

πŸ› Accept arbitrary args in run_and_submit_all to avoid session issues

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ class BasicAgent:
28
  return fixed_answer
29
 
30
 
31
- def run_and_submit_all(session=None):
32
  """
33
  Fetches all questions, runs the BasicAgent on them, submits all answers,
34
  and displays the results.
 
28
  return fixed_answer
29
 
30
 
31
+ def run_and_submit_all(*args):
32
  """
33
  Fetches all questions, runs the BasicAgent on them, submits all answers,
34
  and displays the results.