Update 'xppl/getannot.py'
This commit is contained in:
parent
ca367e8aab
commit
b944572399
@ -71,7 +71,7 @@ def get_annot_book(annot, name):
|
|||||||
data = {
|
data = {
|
||||||
'text': item['text'],
|
'text': item['text'],
|
||||||
'extract': item['target'][0]['selector'][2]['exact'],
|
'extract': item['target'][0]['selector'][2]['exact'],
|
||||||
'title': 'try me', 'url': item['uri']
|
'title': item['uri'], 'url': item['uri']
|
||||||
}
|
}
|
||||||
res.append(data)
|
res.append(data)
|
||||||
else:
|
else:
|
||||||
@ -80,7 +80,7 @@ def get_annot_book(annot, name):
|
|||||||
data = {
|
data = {
|
||||||
'text': item['text'],
|
'text': item['text'],
|
||||||
'extract': item['target'][0]['selector'][1]['exact'],
|
'extract': item['target'][0]['selector'][1]['exact'],
|
||||||
'title': 'try me', 'url': item['uri']
|
'title': item['uri'], 'url': item['uri']
|
||||||
}
|
}
|
||||||
res.append(data)
|
res.append(data)
|
||||||
return res
|
return res
|
||||||
|
Loading…
Reference in New Issue
Block a user