mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-06-12 01:14:44 +02:00
Update lemonade.py
This commit is contained in:
+1
-2
@@ -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