This commit is contained in:
Eric Froemling 2025-01-16 13:00:20 -08:00
parent 5f68596b0d
commit b29b130f03
No known key found for this signature in database

View File

@ -345,9 +345,7 @@ class ChestWindow(bui.MainWindow):
self._time_string_timer = bui.AppTimer( self._time_string_timer = bui.AppTimer(
1.0, 1.0,
repeat=True, repeat=True,
call=bui.WeakCall( call=bui.WeakCall(self._update_time_display, chest.unlock_time),
self._update_time_display, chest.unlock_time
),
) )
# Allow watching an ad IF the server tells us we can AND we have # Allow watching an ad IF the server tells us we can AND we have