Update mesh_bot.py

This commit is contained in:
SpudGunMan
2024-09-28 00:53:19 -07:00
parent 3c76f177cd
commit 54e21f4644
+1 -1
View File
@@ -345,7 +345,7 @@ def handleLemonade(nodeID, message):
nodeName = get_name_from_number(highScore['userID'])
if nodeName.isnumeric() and interface2_enabled:
nodeName = get_name_from_number(highScore['userID'], 'long', 2)
msg += f" HighScore🥇{nodeName} 💰{highScore['cash']}k with %{highScore['success']}"
msg += f" HighScore🥇{nodeName} 💰{highScore['cash']}k "
msg += start_lemonade(nodeID=nodeID, message=message, celsius=False)
# wait a second to keep from message collision