Update mesh_bot.py

This commit is contained in:
SpudGunMan
2024-10-12 16:48:19 -07:00
parent f3e135e5f8
commit ed01b1fb87
+1 -1
View File
@@ -391,7 +391,7 @@ def handleLemonade(message, nodeID, deviceID):
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} 💰{round(highScore['cash'], 1)}k "
msg += f" HighScore🥇{nodeName} 💰{round(highScore['cash'], 2)}k "
msg += start_lemonade(nodeID=nodeID, message=message, celsius=False)
# wait a second to keep from message collision