From ea25fbcd10580a427080be995db41db7bf53c526 Mon Sep 17 00:00:00 2001 From: anglk Date: Wed, 30 Jan 2019 20:19:00 +0100 Subject: [PATCH] Update 'xppl/getannot.py' --- xppl/getannot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xppl/getannot.py b/xppl/getannot.py index 0f0ccf1..d110ab7 100644 --- a/xppl/getannot.py +++ b/xppl/getannot.py @@ -45,7 +45,7 @@ def get_annot_results(annot, name): data = { 'text': item['text'], 'extract': item['target'][0]['selector'][2]['exact'], - 'title': item['document']['title'], 'url': item['uri'] + 'title': item['uri'], 'url': item['uri'] } res.append(data) else: