From ce601486dc0d3f6e580c5323d139291f4aa3d626 Mon Sep 17 00:00:00 2001 From: spla Date: Thu, 21 May 2020 19:17:11 +0200 Subject: [PATCH] Fix config.txt dir variable --- fediverse.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fediverse.py b/fediverse.py index 8ecb346..dd9916b 100644 --- a/fediverse.py +++ b/fediverse.py @@ -629,7 +629,7 @@ uc_client_secret = get_parameter("uc_client_secret", secrets_filepath) uc_access_token = get_parameter("uc_access_token", secrets_filepath) # Load configuration from config file -config_filepath = "config.txt" +config_filepath = "config/config.txt" mastodon_hostname = get_parameter("mastodon_hostname", config_filepath) # Load database config from db_config file