Skip to content

Commit a2cec0b

Browse files
author
Jim Bennett
committed
Quick and dirty workaround for #45
1 parent e191c8a commit a2cec0b

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)