mirror of
https://gitlab.com/megazordpobeda/DataRush.git
synced 2026-05-22 23:17:09 +00:00
Merge branch 'master' of https://gitlab.prodcontest.ru/team-15/project
This commit is contained in:
@@ -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={
|
||||
|
||||
Reference in New Issue
Block a user