修复typo,一个愚蠢的错误

This commit is contained in:
virusdefender 2016-04-23 21:23:51 +08:00
parent ac0284879f
commit a3ca1bb22e
No known key found for this signature in database
GPG Key ID: 1686FB5677979E61

View File

@ -149,7 +149,7 @@ class ContestSubmissionAPIView(APIView):
problem_id=problem.id)
try:
_judge.delay(submission.id, problem.time_limit, problem.memory_limit, problem.test_case_id,
problem.spj. problem.spj_language, problem.spj_code, problem.spj_version)
problem.spj, problem.spj_language, problem.spj_code, problem.spj_version)
except Exception as e:
logger.error(e)
return error_response(u"提交判题任务失败")