Skip to content

Commit 387d67e

Browse files
authored
Merge pull request #46 from jimbobbennett/master
Quick and dirty workaround for #45
2 parents e191c8a + a2cec0b commit 387d67e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_display_text/label.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def __init__(
6767
*,
6868
x=0,
6969
y=0,
70-
text=None,
70+
text="",
7171
max_glyphs=None,
7272
color=0xFFFFFF,
7373
background_color=None,

0 commit comments

Comments
 (0)