Merge pull request #421 from itsre3/itsre3-patch-1

Update getcurrency.py
This commit is contained in:
Eric Froemling 2022-06-05 10:08:41 -07:00 committed by GitHub
commit c8e9e1ddd1
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,