Yichong Lu
commited on
Commit
·
e05181e
1
Parent(s):
203a406
debug:
Browse files- competitions/utils.py +1 -1
competitions/utils.py
CHANGED
@@ -409,7 +409,7 @@ class TeamFileApi:
|
|
409 |
return team_white_list
|
410 |
|
411 |
@cached(cache=TTLCache(maxsize=1, ttl=600))
|
412 |
-
def get_team_submission_limit(self)
|
413 |
file = hf_hub_download(
|
414 |
repo_id=self.competition_id,
|
415 |
filename="team_submission_limit.json",
|
|
|
409 |
return team_white_list
|
410 |
|
411 |
@cached(cache=TTLCache(maxsize=1, ttl=600))
|
412 |
+
def get_team_submission_limit(self):
|
413 |
file = hf_hub_download(
|
414 |
repo_id=self.competition_id,
|
415 |
filename="team_submission_limit.json",
|