We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46d535a commit b3539c9Copy full SHA for b3539c9
functions/tools.py
@@ -29,7 +29,7 @@ def mount_tool(self, tool_str):
29
30
self.resource.lua(lua_code)
31
32
- self.broker.state.print_status("mount_tool()", description=f"Mounted {tool_str} tool.")
+ self.broker.state.print_status("mount_tool()", description=f"Mounting {tool_str} tool.")
33
return
34
35
def dismount_tool(self):
@@ -41,7 +41,7 @@ def dismount_tool(self):
41
42
43
44
- self.broker.state.print_status("mount_tool()", description="Dismounted tool.")
+ self.broker.state.print_status("mount_tool()", description="Dismounting tool.")
45
46
47
def water(self, plant_id):
0 commit comments