Yichong Lu commited on
Commit
7a9f54b
·
1 Parent(s): e9b1c22

add submission management function

Browse files
Files changed (1) hide show
  1. competitions/app.py +2 -0
competitions/app.py CHANGED
@@ -520,6 +520,8 @@ def register(
520
  if team_info is not None:
521
  return {"success": False, "response": "You have already registered your team."}
522
 
 
 
523
  utils.team_file_api.create_team(
524
  user_token,
525
  request.team_name,
 
520
  if team_info is not None:
521
  return {"success": False, "response": "You have already registered your team."}
522
 
523
+
524
+
525
  utils.team_file_api.create_team(
526
  user_token,
527
  request.team_name,