mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-26 17:03:14 +08:00
Update getcurrency.py
This commit is contained in:
parent
f06a380758
commit
060fdfa237
@ -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