Skip to content

Commit

Permalink
feedback of PR implemented
Browse files Browse the repository at this point in the history
  • Loading branch information
worldpeace-germany committed Jan 16, 2025
1 parent 9b93221 commit 6c875c8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mpf/devices/segment_display/segment_display.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,6 @@ def add_text_entry(self, text, color, flashing, flash_mask, transition, transiti
self.config['default_transition_update_hz'], flashing, flash_mask)

else: # No transition configured
if transition_out: # in case transition_out is set we need to preserve it for the next step
self._previous_transition_out = transition_out
new_text = TextTemplate(self.machine, text).evaluate({})
text = SegmentDisplayText.from_str(new_text, self.size, self.config['integrated_dots'],
self.config['integrated_commas'], self.config['use_dots_for_commas'],
Expand Down

0 comments on commit 6c875c8

Please sign in to comment.