Change judge to classify & Modify make file (#1920)

This commit is contained in:
Chayenne
2024-11-04 23:53:44 -08:00
committed by GitHub
parent 463d56bf44
commit 02755768d3
9 changed files with 369 additions and 124 deletions

View File

@@ -24,7 +24,7 @@ json_data = {
],
}
response = requests.post(
url + "/judge",
url + "/classify",
json=json_data,
).json()