mirror of
https://gitlab.com/megazordpobeda/DataRush.git
synced 2026-05-22 20:57:09 +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()
|
||||
print(result)
|
||||
|
||||
submission.stdout = ContentFile(
|
||||
bytes(result["output"]),
|
||||
"output.txt",
|
||||
)
|
||||
submission.stdout.save()
|
||||
# submission.stdout = ContentFile(
|
||||
# bytes(result["output"]),
|
||||
# "output.txt",
|
||||
# )
|
||||
# submission.stdout.save()
|
||||
submission.result = {
|
||||
"correct": result["hash_match"],
|
||||
"hash_match": result["hash_match"],
|
||||
|
||||
Reference in New Issue
Block a user