mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-26 08:53:32 +08:00
Merge pull request #421 from itsre3/itsre3-patch-1
Update getcurrency.py
This commit is contained in:
commit
c8e9e1ddd1
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user