Skip to content

Commit 176d222

Browse files
Juliana MashonJuliana Mashon
Juliana Mashon
authored and
Juliana Mashon
committed
Cleaned up
1 parent 0c66978 commit 176d222

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ bot.set_verbosity(2)
8686

8787
### Test 1: Add a new plant to your garden
8888

89-
This test will help familiarize you with sending commands via the [API](https://developer.farm.bot/docs/web-app/rest-api).
89+
This test will help familiarize you with sending commands via the [API](https://developer.farm.bot/docs/rest-api).
9090
```
9191
new_cabbage = {
9292
"name": "Cabbage", # Point name
@@ -185,7 +185,7 @@ sidecar-starter-pack/
185185
> Making requests other than `GET` to the API will permanently alter the data in your account. `DELETE` and `POST` requests may destroy data that cannot be recovered. Altering data through the API may cause account instability.
186186
187187
> [!NOTE]
188-
> Not sure which endpoint to access? [Find the list here](https://developer.farm.bot/docs/web-app/api-docs).
188+
> Not sure which endpoint to access? [Find the list here](https://developer.farm.bot/docs/api-docs).
189189
190190
| class `Information()` | Description |
191191
| :--- | :--- |

functions/tools.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def mount_tool(self, tool_str):
2929

3030
self.resource.lua(lua_code)
3131

32-
self.broker.state.print_status("mount_tool()", description=f"Mounted tool {tool_str}.")
32+
self.broker.state.print_status("mount_tool()", description=f"Mounted {tool_str} tool.")
3333
return
3434

3535
def dismount_tool(self):

0 commit comments

Comments
 (0)