diff --git a/pomodoroprompt.py b/pomodoroprompt.py index a42d734..7d2cead 100644 --- a/pomodoroprompt.py +++ b/pomodoroprompt.py @@ -109,7 +109,7 @@ def main(): end = start + timedelta(minutes=WORK_MIN) log_step('Start with plan: ' + whatnext, start) try: - print('Working on: ', whatnext) + print('Working on: ' + whatnext) countdown_to(end) if not QUIET: playsound('res/timesup.aac')