Update mesh_bot.py

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