We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94ae201 commit df81d24Copy full SHA for df81d24
quiz.sh
@@ -94,7 +94,7 @@ fi
94
# Question formatting
95
##
96
function get_questions(){
97
- content=$( curl -s ${url}/${quiz_endpoint} -G -d limit=1 -d category=${category} -d difficulty=${difficulty} -d tags=${tags} -H "X-Api-Key: ${API_KEY}" -o ${temp_quiz} )
+ content=$( curl -Ls ${url}/${quiz_endpoint} -G -d limit=1 -d category=${category} -d difficulty=${difficulty} -d tags=${tags} -H "X-Api-Key: ${API_KEY}" -o ${temp_quiz} )
98
}
99
100
0 commit comments