Skip to content

Commit

Permalink
don't fail when plugin options are provided
Browse files Browse the repository at this point in the history
fix regression introduced in 8913363
fixes ZeroNetX#142
  • Loading branch information
caryoscelus committed Jul 30, 2022
1 parent ba9ee99 commit 8509a3c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8509a3c

Please sign in to comment.