diff --git a/pomodoroprompt.py b/pomodoroprompt.py index 67725b4..8f39f65 100644 --- a/pomodoroprompt.py +++ b/pomodoroprompt.py @@ -76,7 +76,7 @@ def main(): whatnext = pomodoro_prompt_plan(whatdid) start = datetime.now(pytz.utc) - end = start + timedelta(minutes=WORK_MIN, seconds=0) + end = start + timedelta(minutes=WORK_MIN) log_step('Start with plan: ' + whatnext, start) try: print('Task -', whatnext)