Update settings to now-working relative path 🤷
This commit is contained in:
parent
e4760321b2
commit
72b39bc00c
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ if not os.path.isfile('settings.ini'):
|
||||||
pomodoro['logfile'] = ''
|
pomodoro['logfile'] = ''
|
||||||
|
|
||||||
# This path must be absolute, for some reason using ~ for home isn't working:
|
# This path must be absolute, for some reason using ~ for home isn't working:
|
||||||
pomodoro['logpath'] = '/home/mlncn/Projects/python/pomodoroprompt/log/'
|
pomodoro['logpath'] = '~/Projects/python/pomodoroprompt/log/'
|
||||||
write()
|
write()
|
||||||
|
|
||||||
config.read('settings.ini')
|
config.read('settings.ini')
|
||||||
|
|
Loading…
Reference in a new issue