typos
This commit is contained in:
parent
39b2930ce4
commit
9c89b6747a
2 changed files with 2 additions and 2 deletions
|
@ -363,7 +363,7 @@
|
||||||
"fish": {},
|
"fish": {},
|
||||||
"moth": {},
|
"moth": {},
|
||||||
"hamster": {}
|
"hamster": {}
|
||||||
},
|
}
|
||||||
},
|
},
|
||||||
"type": {
|
"type": {
|
||||||
"analogist": {},
|
"analogist": {},
|
||||||
|
|
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue