Skip to content

Commit 149d4f3

Browse files
authored
Merge pull request #112 from FoamyGuy/property_fix
fix for access non-existing _root_group
2 parents 7aa6fb8 + 489255e commit 149d4f3

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)