Skip to content

Commit

Permalink
Merge pull request #64 from rpgoldman/readme-fix
Browse files Browse the repository at this point in the history
Fix python reference to lama planner.
  • Loading branch information
haz authored Aug 6, 2024
2 parents 4cb5d2a + de8956f commit 8528c9d
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 8528c9d

Please sign in to comment.