Merge branch 'main' of ssh://git.furtest.fr:2222/furtest/Tigrou
This commit is contained in:
@@ -38,7 +38,8 @@ def get_leaderboard():
|
||||
@app.route('/questions')
|
||||
def show_questions():
|
||||
with open('./data/quizz.json', 'r') as file:
|
||||
questions = json.load(file)["outils_list"]
|
||||
#questions = json.load(file)["outils_list"]
|
||||
questions = json.load(file)
|
||||
return render_template('quiz.html', questions=questions)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user