From 56b003453a5cdea3dc822c6948ca05295654c5fe Mon Sep 17 00:00:00 2001 From: Asa Venton Date: Fri, 30 Oct 2020 08:38:35 +0000 Subject: _getdata was being called twice for -wod. --- oedquery.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/oedquery.sh b/oedquery.sh index 7b8c3a2..4d6f430 100755 --- a/oedquery.sh +++ b/oedquery.sh @@ -150,7 +150,6 @@ _wod() { lexicoUrl="https://www.lexico.com/" _curl $lexicoUrl word=$(echo $result | hxnormalize -x | hxselect -i "a.linkword" | grep -o '>.*<' | sed 's/[><]//g') - _getdata _define } -- cgit v1.2.3