fix
1 files changed, 1 insertions(+), 1 deletions(-) M todo.actions.d/helpers/timetrack_log.py
M todo.actions.d/helpers/timetrack_log.py => todo.actions.d/helpers/timetrack_log.py +1 -1
@@ 30,7 30,7 @@ def read(filename, totimestamp): for line in f: yield line if totimestamp > datetime.now(): yield datetime.now().strftime("+%Y-%m-%d %a %H:%M") + " now" yield datetime.now().strftime("%Y-%m-%d %a %H:%M") + " now" output_delta = 0 fromtimestamp = datetime.now().replace(hour=0,minute=9, second=0)