This commit is contained in:
rngsurrounded
2025-03-04 09:41:14 +09:00
2 changed files with 84 additions and 0 deletions
+5
View File
@@ -28,6 +28,11 @@ def analyze_data_task(self, submission_id):
)
]
print(
hashlib.sha256(
submission.task.correct_answer_file.read()
).hexdigest()
)
response = httpx.post(
f"{settings.CHECKER_API_ENDPOINT}/execute",
json={