Fix in send_info_daemon
This commit is contained in:
parent
58633bbbfc
commit
b1698487ca
1 changed files with 1 additions and 1 deletions
|
|
@ -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'):
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue