mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-19 13:25:31 +08:00
pubsync
This commit is contained in:
parent
5f68596b0d
commit
b29b130f03
@ -345,9 +345,7 @@ class ChestWindow(bui.MainWindow):
|
||||
self._time_string_timer = bui.AppTimer(
|
||||
1.0,
|
||||
repeat=True,
|
||||
call=bui.WeakCall(
|
||||
self._update_time_display, chest.unlock_time
|
||||
),
|
||||
call=bui.WeakCall(self._update_time_display, chest.unlock_time),
|
||||
)
|
||||
|
||||
# Allow watching an ad IF the server tells us we can AND we have
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user