Skip to content

Commit 7970c98

Browse files
authored
Update bot.py
in line: 640 msg was edited according to issue #45 on Git
1 parent 470c93f commit 7970c98

File tree

1 file changed

+1
-1
lines changed
  • WWCS/irrigation/telegramBot

1 file changed

+1
-1
lines changed

WWCS/irrigation/telegramBot/bot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@ async def handle_water_level(message):
639639

640640
msg = _(
641641
"Thank you. 💦 At this level {water_level} cm, the recommended irrigation duration is ⏱ {hours}h {minutes}m\n"
642-
"Whenever the water level changes by more than 2cm, enter the new water level.\n"
642+
"Whenever the water level changes by more than 2cm, press 'Start irrigation' one more time and enter the new water level.\n"
643643
"Enter 0 if no water flows. Press 'Irrigation finished' when you stop.\n"
644644
"📊 Used: {used_m3:.2f} m³ of {total_m3:.2f} m³"
645645
).format(

0 commit comments

Comments
 (0)