This commit is contained in:
Nikolaj
2024-09-25 10:48:00 +02:00
parent 858d0bfcbd
commit ba26db3941
8 changed files with 16 additions and 16 deletions

View File

@@ -35,7 +35,7 @@ def main_page():
return flask.render_template("main_board.html", categories=QUESTIONS["categories"], game_state=game_encoding, draw_cells=game_state, empty=empty)
@app.route('/final')
def final_jeopardy():
def final_geopardy():
question_text = QUESTIONS['final'][0]
if question_text == "":