Skip to content

Commit 5752d3e

Browse files
committed
Replace depreciated .show()
1 parent a071d43 commit 5752d3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_pybadger/pybadger_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,7 @@ def show(self, group) -> None:
652652
"""Show the given group, refreshing the screen immediately"""
653653
self.activity()
654654
self.display.auto_refresh = False
655-
self.display.show(group)
655+
self.display.root_group = group
656656
self.display.refresh()
657657
self.display.auto_refresh = True
658658

0 commit comments

Comments
 (0)