Skip to content

Commit 489255e

Browse files
committed
fix for access non-existing _root_group
1 parent 7aa6fb8 commit 489255e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_portalbase/graphics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,4 +184,4 @@ def splash(self):
184184
"WARNING: splash is deprecated, use root_group instead. "
185185
"This will be removed in a future release."
186186
)
187-
return self.display._root_group
187+
return self.display.root_group

0 commit comments

Comments
 (0)