From d931b6493163fdc4efbbc0187974dab819a6d908 Mon Sep 17 00:00:00 2001 From: Yessiest Date: Fri, 4 Feb 2022 00:46:35 +0400 Subject: [PATCH] fixing minor things --- decal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/decal b/decal index 00406a4..07909ed 100755 --- a/decal +++ b/decal @@ -78,7 +78,7 @@ if not os.path.exists(configpath): config['DEFAULT'] = {'uri': 'your caldav server here', 'user': 'your username here', 'password': 'your pass here', - 'cache':os.env['HOME']+'/.cache/decal.json', + 'cache':os.getenv('HOME')+'/.cache/decal.json', 'cacheEnabled':1, 'syncAfter':1} print("Creating an empty config in ~/.config/decal.conf")