fix: I'm getting tired of those errors
This commit is contained in:
@@ -32,7 +32,7 @@ def create_flag_if_missing(challenge_id: int, user_id: int, flag_content: str):
|
||||
db.session.commit()
|
||||
return new_flag.id
|
||||
|
||||
return flag
|
||||
return flag.id
|
||||
|
||||
|
||||
@bp.route("/admin/cheaters", methods=["GET"])
|
||||
|
||||
Reference in New Issue
Block a user