1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00

Fix for the total text crashing Ninety-One on Android (#436)

This commit is contained in:
Joe R 2025-03-17 18:04:38 -04:00
parent a79c81109b
commit 78de569074

View file

@ -1409,7 +1409,7 @@ class NinetyOne(Game):
def updateText(self):
if self.preview > 1 or not self.texts.score:
return
self.texts.score.config(text=self.getTotal())
self.texts.score.config(text=str(self.getTotal()))
def getTotal(self):
total = 0