Yichong Lu
commited on
Commit
·
f6c051b
1
Parent(s):
e05181e
debug
Browse files- competitions/app.py +1 -1
competitions/app.py
CHANGED
@@ -332,7 +332,7 @@ def new_submission(
|
|
332 |
if team_id not in team_file_api.get_team_white_list():
|
333 |
return {"response": "You are not allowed to make submissions."}
|
334 |
|
335 |
-
team_submission_limit_dict = team_file_api.get_team_submission_limit(user_token)
|
336 |
|
337 |
lock = FileLock(f"./submission_lock/{team_id}.lock", blocking=False)
|
338 |
try:
|
|
|
332 |
if team_id not in team_file_api.get_team_white_list():
|
333 |
return {"response": "You are not allowed to make submissions."}
|
334 |
|
335 |
+
# team_submission_limit_dict = team_file_api.get_team_submission_limit(user_token)
|
336 |
|
337 |
lock = FileLock(f"./submission_lock/{team_id}.lock", blocking=False)
|
338 |
try:
|