mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-03-28 17:32:36 +01:00
Update lemonade.py
This commit is contained in:
@@ -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)):
|
||||
|
||||
Reference in New Issue
Block a user