ok
Browse files
App/Transcription/TranscriptionRoutes.py
CHANGED
@@ -143,7 +143,7 @@ async def url_task(
|
|
143 |
transcription_enrty = await Transcriptions.objects.create(
|
144 |
task_id=task.id, user=user, file_name=file_name
|
145 |
)
|
146 |
-
|
147 |
return {
|
148 |
"file_name": file_name,
|
149 |
"task_id": task.id,
|
|
|
143 |
transcription_enrty = await Transcriptions.objects.create(
|
144 |
task_id=task.id, user=user, file_name=file_name
|
145 |
)
|
146 |
+
print(task.id)
|
147 |
return {
|
148 |
"file_name": file_name,
|
149 |
"task_id": task.id,
|