From 6f52b678b74d8b3789bdd0f0e858d58d501bc1e9 Mon Sep 17 00:00:00 2001 From: Guy Godfroy Date: Mon, 7 Dec 2020 16:31:17 +0100 Subject: [PATCH] let's begin stupid fixs --- geminer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geminer.py b/geminer.py index 424942d..bed2e89 100755 --- a/geminer.py +++ b/geminer.py @@ -14,7 +14,7 @@ import config locale.setlocale(locale.LC_ALL, config.locale) md_path = os.path.abspath(os.path.expanduser(config.md_path)) -gmi_path = os.path.abspath(os.path.expanduser(config.posts_path)) +gmi_path = os.path.abspath(os.path.expanduser(config.gmi_path)) tpl_path = os.path.abspath(os.path.expanduser(config.tpl_path)) posts_path = os.path.abspath(gmi_path + "/" + config.posts_dir)