Skip to content

Commit

Permalink
Fix python reference to lama planner.
Browse files Browse the repository at this point in the history
Should be "lama-first", not "lama".
  • Loading branch information
rpgoldman committed Aug 6, 2024
1 parent 4cb5d2a commit de8956f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ req_body = {
}

# Send job request to solve endpoint
solve_request_url=requests.post("http://localhost:5001/package/lama/solve", json=req_body).json()
solve_request_url=requests.post("http://localhost:5001/package/lama-first/solve", json=req_body).json()

# Query the result in the job
celery_result=requests.post('http://localhost:5001' + solve_request_url['result'])
Expand Down

0 comments on commit de8956f

Please sign in to comment.