~proycon/todotxt-more

c927a1de5b06d503a281364adbb45189293dbedf — Maarten van Gompel 6 months ago df0af78
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)