We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ab6c88 commit a0df56cCopy full SHA for a0df56c
adafruit_display_text/scrolling_label.py
@@ -67,7 +67,7 @@ def __init__(
67
self._last_animate_time = -1
68
self._max_characters = max_characters
69
70
- if text and text[-1] != " " and len(text) > max_characters::
+ if text and text[-1] != " " and len(text) > max_characters:
71
text = f"{text} "
72
self._full_text = text
73
0 commit comments