From 8509a3c644f56fc9e46177243ddbe9c009d32d67 Mon Sep 17 00:00:00 2001 From: caryoscelus Date: Sat, 30 Jul 2022 08:58:51 +0000 Subject: [PATCH] don't fail when plugin options are provided fix regression introduced in 8913363ca8f6b65e62f7a6a6c8b052b4952e74b5 fixes #142 --- src/main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.py b/src/main.py index b86f09c3..b90884ae 100644 --- a/src/main.py +++ b/src/main.py @@ -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: