🕹️📊

This commit is contained in:
SpudGunMan
2024-10-04 20:33:48 -07:00
parent f24a04d0dc
commit c42b6cccb1
5 changed files with 36 additions and 22 deletions
-2
View File
@@ -236,8 +236,6 @@ def start_lemonade(nodeID, message, celsius=False):
score.value = lemonadeScore[i]['value']
score.total = lemonadeScore[i]['total']
logger.debug("System: Lemonade: Last Command: " + last_cmd)
# Start the main loop
if (weeks.current <= weeks.total):
-2
View File
@@ -296,8 +296,6 @@ def start_mMind(nodeID, message):
if mindTracker[i]['nodeID'] == nodeID:
last_cmd = mindTracker[i]['cmd']
logger.debug("System: MasterMind: last_cmd: " + str(last_cmd))
if last_cmd == "new":
if message.lower().startswith("n") or message.lower().startswith("h") or message.lower().startswith("x"):
diff = message.lower()[0]