FD900 commited on
Commit
57a0245
·
verified ·
1 Parent(s): 4efebbd

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -64,4 +64,4 @@ Answer:"""
64
 
65
  def run(self):
66
  print("🚀 [RUN] Starting submission...")
67
- run_and_submit_all(self.answer_question)
 
64
 
65
  def run(self):
66
  print("🚀 [RUN] Starting submission...")
67
+ return run_and_submit_all(self.answer_question)