mirror of
https://github.com/QingdaoU/OnlineJudge.git
synced 2025-11-04 14:49:58 +08:00
fix bugs
This commit is contained in:
parent
13d09ccec9
commit
12ec4dfdd5
@ -222,8 +222,8 @@ class IDEAPI(APIView):
|
||||
}
|
||||
|
||||
# use this to debug
|
||||
# result = IDEDispatcher(src, language, test_case).judge()
|
||||
result = judge_IDE_task.send(src, language, test_case)
|
||||
result = IDEDispatcher(src, language, test_case).judge()
|
||||
# result = judge_IDE_task.send(src, language, test_case)
|
||||
|
||||
return self.success(result)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user