From bdb531f061755eb2490fff342afca52831f59efd Mon Sep 17 00:00:00 2001 From: Asa Venton Date: Tue, 17 May 2022 19:11:00 +0100 Subject: Remove exceeded usage dialogue from failed authentication message. API now responds with a real response for exceeded usage. --- oedquery.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oedquery.sh b/oedquery.sh index 0c2a2ab..d8865bf 100755 --- a/oedquery.sh +++ b/oedquery.sh @@ -22,7 +22,7 @@ _curl() { exit elif [[ "$result" == "Authentication failed" ]] then - echo "Authentication failed, probably exceeded monthly usage." + echo "Authentication failed. Tell $maintainer to fix." exit 0 fi if [[ "$result" == "Usage limit exceeded. Please, review your plan and minute rate limits." ]] -- cgit v1.2.3