diff --git a/recipes/barrons.recipe b/recipes/barrons.recipe index 276fd9bd68..f0d182bc42 100644 --- a/recipes/barrons.recipe +++ b/recipes/barrons.recipe @@ -17,7 +17,7 @@ def make_hlinks(zx): strt = ad['rangeStart'] end = ad['rangeStart'] + ad['rangeLength'] n_txt = otxt[strt:end] - lnk = ad['value'] + lnk = ad.get('value', '') lnk_txt = f'{n_txt}' txt = txt.replace(n_txt, lnk_txt) if zx['body'].get('inlineTextStyles'):