Skip to content

Commit b3539c9

Browse files
Juliana MashonJuliana Mashon
Juliana Mashon
authored and
Juliana Mashon
committed
ing
1 parent 46d535a commit b3539c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

functions/tools.py

+2-2
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_str} tool.")
32+
self.broker.state.print_status("mount_tool()", description=f"Mounting {tool_str} tool.")
3333
return
3434

3535
def dismount_tool(self):
@@ -41,7 +41,7 @@ def dismount_tool(self):
4141

4242
self.resource.lua(lua_code)
4343

44-
self.broker.state.print_status("mount_tool()", description="Dismounted tool.")
44+
self.broker.state.print_status("mount_tool()", description="Dismounting tool.")
4545
return
4646

4747
def water(self, plant_id):

0 commit comments

Comments
 (0)