don't fail when plugin options are provided

fix regression introduced in 8913363ca8
fixes #142
This commit is contained in:
caryoscelus 2022-07-30 08:58:51 +00:00
parent ba9ee99073
commit 8509a3c644

View file

@ -35,7 +35,6 @@ def load_config():
load_config()
def init_dirs():
config.parse()
if not os.path.isdir(config.data_dir):
os.mkdir(config.data_dir)
try: