Update lemonade.py

This commit is contained in:
SpudGunMan
2024-09-21 01:43:39 -07:00
parent e830d3fef9
commit 47740df9a9
+1 -1
View File
@@ -347,7 +347,7 @@ def start_lemonade(nodeID, message, celsius=False):
else:
msg = "No 🥤 were purchased"
except Exception as e:
return "invalid input"
return "invalid input, enter the number of 🥤 to purchase or (N)one"
# set the last command to lemons in the inventory db
for i in range(len(lemonadeTracker)):