Fix in send_info_daemon

This commit is contained in:
Antonio de la Rosa 2020-06-30 19:07:21 +02:00
parent 58633bbbfc
commit b1698487ca

View file

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