Merge pull request #68 from RetiredWizard/main

Replace depreciated .show()
This commit is contained in:
Dan Halbert 2023-11-03 22:54:53 -04:00 committed by GitHub
commit b3dd61b7b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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