From fd6d96ab824d299cec1575d7ebee7148bffb5ae5 Mon Sep 17 00:00:00 2001 From: unkn0w7n <51942695+unkn0w7n@users.noreply.github.com> Date: Sun, 6 Apr 2025 11:00:14 +0530 Subject: [PATCH] Update barrons.recipe --- recipes/barrons.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'):