mirror of
https://gitlab.com/megazordpobeda/DataRush.git
synced 2026-05-22 23:17:09 +00:00
<type>(scope): <description>
[body] [footer(s)]
This commit is contained in:
@@ -15,13 +15,13 @@ def analyze_data_task(self, submission_id):
|
|||||||
try:
|
try:
|
||||||
code_url = (
|
code_url = (
|
||||||
f"{settings.MINIO_DEFAULT_CUSTOM_ENDPOINT_URL}/"
|
f"{settings.MINIO_DEFAULT_CUSTOM_ENDPOINT_URL}/"
|
||||||
f"{urlparse(submission.content.file.url).path}"
|
f"{urlparse(submission.content.url).path}"
|
||||||
)
|
)
|
||||||
files = [
|
files = [
|
||||||
{
|
{
|
||||||
"url": (
|
"url": (
|
||||||
f"{settings.MINIO_DEFAULT_CUSTOM_ENDPOINT_URL}/"
|
f"{settings.MINIO_DEFAULT_CUSTOM_ENDPOINT_URL}/"
|
||||||
f"{urlparse(submission.content.file.url).path}"
|
f"{urlparse(submission.content.url).path}"
|
||||||
),
|
),
|
||||||
"bind_path": attachment.bind_at,
|
"bind_path": attachment.bind_at,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user