Update lemonade.py

This commit is contained in:
SpudGunMan
2024-09-21 01:55:17 -07:00
parent 47740df9a9
commit d07ca4076e
+1 -1
View File
@@ -554,7 +554,7 @@ def start_lemonade(nodeID, message, celsius=False):
high_score['userID'] = nodeID
with open('lemonade_hs.pkl', 'wb') as file:
pickle.dump(high_score, file)
endGame()
endGame(nodeID)
else:
# keep playing