Update getcurrency.py

This commit is contained in:
itsre3 2022-06-05 16:48:55 +01:00 committed by GitHub
parent f06a380758
commit 060fdfa237
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -340,7 +340,7 @@ class GetCurrencyWindow(ba.Window):
'.youHaveText').evaluate().partition('${COUNT}')[0].strip())
txt2 = (ba.Lstr(
resource=self._r +
'.youHaveText').evaluate().rpartition('${COUNT}')[0].strip())
'.youHaveText').evaluate().rpartition('${COUNT}')[-1].strip())
ba.textwidget(parent=self._root_widget,
text=txt1,