fixing minor things
This commit is contained in:
parent
fdff9ef67d
commit
d931b64931
2
decal
2
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")
|
||||
|
|
Loading…
Reference in New Issue