From 723b67f886ba17c253cf425380d886992fffdcd4 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Sat, 28 Sep 2024 00:14:27 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=A5=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mesh_bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesh_bot.py b/mesh_bot.py index d98e884..27cbd27 100755 --- a/mesh_bot.py +++ b/mesh_bot.py @@ -339,7 +339,7 @@ def handleLemonade(nodeID, message): # high score highScore = {'nodeID': 0, 'value': 0} - highScore = loadHSLemon() + highScore = getHighScoreLemon() if highScore != 0: if highScore['nodeID'] != 0: msg += f" HighScore🥇{get_name_from_number(highScore['nodeID'])} with ${highScore['value']}."