From 9be592fd803379cb2cfceb478a28edc30c869926 Mon Sep 17 00:00:00 2001 From: ars Date: Wed, 28 Oct 2020 20:05:32 +0000 Subject: Fix bad variable name in curl rate limiting. --- oedquery.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oedquery.sh b/oedquery.sh index 7c979e2..bb85570 100755 --- a/oedquery.sh +++ b/oedquery.sh @@ -25,7 +25,7 @@ _curl() { echo "Authentication failed, probably exceeded monthly usage." exit 0 fi - ((count=count+1)) + ((curlCount=curlCount+1)) } # function to provide data to a for loop -- cgit v1.2.3