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:
@@ -15,13 +15,13 @@ def analyze_data_task(self, submission_id):
|
||||
try:
|
||||
code_url = (
|
||||
f"{settings.MINIO_DEFAULT_CUSTOM_ENDPOINT_URL}/"
|
||||
f"{urlparse(submission.content.file.url).path}"
|
||||
f"{urlparse(submission.content.url).path}"
|
||||
)
|
||||
files = [
|
||||
{
|
||||
"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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user