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'):