Skip to content

Commit

Permalink
Stash
Browse files Browse the repository at this point in the history
  • Loading branch information
jinglemansweep committed Nov 21, 2023
1 parent 40a1ca9 commit 9314db9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wideboy/sprites/tile_grid/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def __repr__(self):
def update(self, frame, clock, delta, events):
super().update(frame, clock, delta, events)
for event in events:
if event.type in [EVENT_HASS_STATESTREAM_UPDATE, EVENT_EPOCH_SECOND]:
if event.type in [EVENT_HASS_STATESTREAM_UPDATE]:
self.dirty = 1
if any([column.animating for column in self.columns_inst]):
self.dirty = 1
Expand Down

0 comments on commit 9314db9

Please sign in to comment.