This commit is contained in:
j 2018-08-10 14:42:23 +01:00
parent 39b2930ce4
commit 9c89b6747a
2 changed files with 2 additions and 2 deletions

View File

@ -363,7 +363,7 @@
"fish": {}, "fish": {},
"moth": {}, "moth": {},
"hamster": {} "hamster": {}
}, }
}, },
"type": { "type": {
"analogist": {}, "analogist": {},

View File

@ -21,7 +21,7 @@ for annotation in api.findAnnotations({
'keys': ['id', 'in', 'out', 'value', 'user', 'created'], 'keys': ['id', 'in', 'out', 'value', 'user', 'created'],
'range': [0, 500000] 'range': [0, 500000]
})['data']['items']: })['data']['items']:
if annotatoin['id'].startswith('BA/'): if annotation['id'].startswith('BA/'):
continue continue
keyword = annotation['value'] keyword = annotation['value']
if ': ' not in keyword: if ': ' not in keyword: