mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-24 11:42:52 +01:00
Forgot to set the default in GroupWithValue.
This commit is contained in:
parent
578fca2c06
commit
81009586fb
@ -332,6 +332,7 @@ class GroupWithValue(Group):
|
|||||||
Group.__init__(self)
|
Group.__init__(self)
|
||||||
self.value = value
|
self.value = value
|
||||||
self.help = value.help
|
self.help = value.help
|
||||||
|
self.default = value.default
|
||||||
|
|
||||||
def set(self, s):
|
def set(self, s):
|
||||||
self.value.set(s)
|
self.value.set(s)
|
||||||
|
Loading…
Reference in New Issue
Block a user