summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorars <asav1410@gmail.com>2020-10-28 20:05:32 +0000
committerars <asav1410@gmail.com>2020-10-28 20:05:32 +0000
commit9be592fd803379cb2cfceb478a28edc30c869926 (patch)
tree3db6469f5a8f8d82dd59a019c80d38adf388725a
parent9181864dac173179bbc817421935c48a0adf06f2 (diff)
Fix bad variable name in curl rate limiting.
-rwxr-xr-xoedquery.sh2
1 files changed, 1 insertions, 1 deletions
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