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