diff --git a/ceo/urwid/groups.py b/ceo/urwid/groups.py index c4ec19a..6245f19 100644 --- a/ceo/urwid/groups.py +++ b/ceo/urwid/groups.py @@ -67,7 +67,7 @@ class InfoPage(WizardPanel): data = { "name" : group, "group" : group_name, - "groups" : [group], + "groups" : [], } group_members(data)