From ed01b1fb8794b288a07b10cffb65df6a579ebd74 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Sat, 12 Oct 2024 16:48:19 -0700 Subject: [PATCH] Update mesh_bot.py --- mesh_bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesh_bot.py b/mesh_bot.py index 5d7f162..5950028 100755 --- a/mesh_bot.py +++ b/mesh_bot.py @@ -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