<type>(scope): <description>

[body]

[footer(s)]
This commit is contained in:
ITQ
2025-03-03 23:53:40 +03:00
parent 43b89acb46
commit bd33559745
+1 -1
View File
@@ -18,7 +18,7 @@ def analyze_data_task(self, submission_id):
files = [ files = [
{ {
"url": ( "url": (
f"{settings.MINIO_DEFAULT_CUSTOM_ENDPOINT_URL}/" f"{settings.MINIO_DEFAULT_CUSTOM_ENDPOINT_URL}"
f"{urlparse(attachment.file.url).path}" f"{urlparse(attachment.file.url).path}"
), ),
"bind_path": attachment.bind_at, "bind_path": attachment.bind_at,