mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-26 09:58:31 +01:00
Added super init
This commit is contained in:
parent
7a983fa441
commit
13c618f399
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ class ViewMessage(Configs):
|
|||
""" Print some messages before. """
|
||||
|
||||
def __init__(self, flags: list):
|
||||
super(Configs, self).__init__()
|
||||
self.flags = flags
|
||||
self.flag_resolve_off = '--resolve-off'
|
||||
self.flag_reinstall = '--reinstall'
|
||||
|
|
Loading…
Reference in a new issue