diff options
-rwxr-xr-x | oedquery.sh | 1 |
1 files changed, 0 insertions, 1 deletions
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 } |