Skip to content

Commit 0b6789c

Browse files
print "started now" if the timer was started now
1 parent 2337892 commit 0b6789c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

timetracker/cmd/start.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def _get_next_starttime(fcsv):
8080
def _get_msg(start_at, force, last):
8181
if force:
8282
return "start reset to"
83-
return "started now" if start_at is None and last is None else "started at"
83+
return "started now" if start_at is None and not last else "started at"
8484

8585

8686
# Copyright (C) 2025-present, DV Klopfenstein, PhD. All rights reserved.

0 commit comments

Comments
 (0)