Update lemonade.py

This commit is contained in:
SpudGunMan
2024-09-21 01:43:03 -07:00
parent 3c0a87354e
commit e830d3fef9

View File

@@ -347,8 +347,7 @@ def start_lemonade(nodeID, message, celsius=False):
else:
msg = "No 🥤 were purchased"
except Exception as e:
msg = "invalid input"
newcups = -1
return "invalid input"
# set the last command to lemons in the inventory db
for i in range(len(lemonadeTracker)):