Siteshcodes commited on
Commit
b46b7b7
·
1 Parent(s): 2fbe4d0

Fix all things

Browse files
Files changed (1) hide show
  1. server/app.py +1 -0
server/app.py CHANGED
@@ -74,6 +74,7 @@ def reset_medium():
74
  def reset_hard():
75
  bug = sample_bug("hard")
76
  return {"task_id": "hard", "bug_report": bug.dict(), "done": False, "reward": 0.05}
 
77
  def main():
78
  import uvicorn
79
  uvicorn.run(app, host="0.0.0.0", port=7860)
 
74
  def reset_hard():
75
  bug = sample_bug("hard")
76
  return {"task_id": "hard", "bug_report": bug.dict(), "done": False, "reward": 0.05}
77
+
78
  def main():
79
  import uvicorn
80
  uvicorn.run(app, host="0.0.0.0", port=7860)