fix missing args default

This commit is contained in:
Robert Kaussow 2023-02-12 14:21:32 +01:00
parent 210e3f1b7f
commit c7442181b4
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0

View File

@ -106,7 +106,7 @@ class Config():
}, },
} }
def __init__(self, args): def __init__(self, args=None):
""" """
Initialize a new settings class. Initialize a new settings class.