Up our debugging game significantly by not making the rookie equals assignment object mistake

This commit is contained in:
benjamin melançon 2021-05-27 08:19:56 -04:00
parent baee9b5087
commit 306b61055f
2 changed files with 35 additions and 14 deletions

View file

@ -14,7 +14,7 @@ def write():
if not os.path.isfile('settings.ini'):
# Set some essential initial values.
# pomodoro['logfile'] = '~/Projects/agaric/python/pomodoroprompt/log/2021.csv'
pomodoro['logfile'] = '~/Projects/agaric/python/pomodoroprompt/log/timelog.csv'
# This path must be absolute, for some reason using ~ for home isn t wor::
pomodoro['logpath'] = '/home/mlncn/Projects/agaric/python/pomodoroprompt/log/'
write()