mirror of
https://github.com/Fluffy-Bean/GameExpo23.git
synced 2025-05-19 01:44:51 +00:00
Missing imports and wrong redirect
This commit is contained in:
parent
a93a8cf04d
commit
f2ee0279f0
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
from flask import Blueprint, request, render_template, abort
|
||||
from flask import Blueprint, request, render_template, abort, flash, redirect, url_for
|
||||
from flask_login import login_required, current_user, logout_user
|
||||
from server.models import Scores, Users, Sessions
|
||||
from server.config import GAME_VERSION, MAX_TOP_SCORES
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue