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": {},
"moth": {},
"hamster": {}
},
}
},
"type": {
"analogist": {},

View File

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