From b1698487ca6a5a9f3ac04d8f74ff270e7862f8ef Mon Sep 17 00:00:00 2001 From: Antonio de la Rosa Date: Tue, 30 Jun 2020 19:07:21 +0200 Subject: [PATCH] Fix in send_info_daemon --- pastafaristats/send_info_daemon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pastafaristats/send_info_daemon.py b/pastafaristats/send_info_daemon.py index 418ef4a..60e707a 100644 --- a/pastafaristats/send_info_daemon.py +++ b/pastafaristats/send_info_daemon.py @@ -28,7 +28,7 @@ def start(): user_home=str(Path.home()) - config = configparser.ConfigParser() + config = configparser.ConfigParser(interpolation=None) if os.path.isfile(user_home+'/.config/pastafari/stats.cfg'):