Update settings to now-working relative path 🤷

This commit is contained in:
benjamin melançon 2024-11-25 22:56:38 -05:00
parent e4760321b2
commit 72b39bc00c

View file

@ -23,7 +23,7 @@ if not os.path.isfile('settings.ini'):
pomodoro['logfile'] = ''
# 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()
config.read('settings.ini')