mirror of
https://gitlab.com/megazordpobeda/DataRush.git
synced 2026-05-22 22:07:10 +00:00
<type>(scope): <description>
[body] [footer(s)]
This commit is contained in:
@@ -44,11 +44,11 @@ def analyze_data_task(self, submission_id):
|
|||||||
result = response.json()
|
result = response.json()
|
||||||
print(result)
|
print(result)
|
||||||
|
|
||||||
submission.stdout = ContentFile(
|
# submission.stdout = ContentFile(
|
||||||
bytes(result["output"]),
|
# bytes(result["output"]),
|
||||||
"output.txt",
|
# "output.txt",
|
||||||
)
|
# )
|
||||||
submission.stdout.save()
|
# submission.stdout.save()
|
||||||
submission.result = {
|
submission.result = {
|
||||||
"correct": result["hash_match"],
|
"correct": result["hash_match"],
|
||||||
"hash_match": result["hash_match"],
|
"hash_match": result["hash_match"],
|
||||||
|
|||||||
Reference in New Issue
Block a user