Replace depreciated .show()

This commit is contained in:
RetiredWizard 2023-11-03 17:50:57 -04:00
parent a071d437b7
commit 5752d3ec4a

View file

@ -652,7 +652,7 @@ class PyBadgerBase:
"""Show the given group, refreshing the screen immediately"""
self.activity()
self.display.auto_refresh = False
self.display.show(group)
self.display.root_group = group
self.display.refresh()
self.display.auto_refresh = True