Skip to content

Commit

Permalink
Remove placeholder work description
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasjakobsen committed Nov 9, 2018
1 parent 312e8d6 commit 0251ac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion timelog.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def insert_work(task_id, then, now):
duration = duration,
then = then.isoformat(),
now = now.isoformat(),
description = 'I did some work. Ugh.',
description = '',
expires = user.token.expires,
hash = user.token.hash
)
Expand Down

0 comments on commit 0251ac1

Please sign in to comment.