Bug fix EDL code.
This commit is contained in:
parent
59b1511e17
commit
0037c52255
|
@ -12,7 +12,7 @@ max_sourcedoc_size = 600000
|
|||
|
||||
def fulfil_edl(edl):
|
||||
text = {}
|
||||
for url, start, length in parse_edl(edl):
|
||||
for url, start, length in parse_edl(edl)['spans']:
|
||||
if url not in text:
|
||||
text[url] = get_text(url)
|
||||
|
||||
|
|
Loading…
Reference in a new issue