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