Browse Source

fixing minor things

master
Yessiest 2 years ago
parent
commit
d931b64931
  1. 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…
Cancel
Save