mirror of
https://github.com/GothenburgBitFactory/task-timewarrior-hook.git
synced 2025-06-26 10:54:27 +02:00
Ext: Removed UUID from hook script
This commit is contained in:
parent
7f439e20ee
commit
35530d75e4
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ new = json.loads(sys.stdin.readline())
|
|||
print(json.dumps(new))
|
||||
|
||||
# Extract attributes for use as tags.
|
||||
tags = [new['uuid'], new['description']]
|
||||
tags = [new['description']]
|
||||
|
||||
if 'project' in new:
|
||||
tags.append(new['project'])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue