✨
This commit is contained in:
2
main.py
2
main.py
@@ -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 == "":
|
||||
|
||||
Reference in New Issue
Block a user