|
@@ -457,7 +457,7 @@ func NotebookDebug2(ctx *context.Context) { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
if ctx.QueryTrim("file") != "" { |
|
|
if ctx.QueryTrim("file") != "" { |
|
|
ctx.Redirect(getFileUrl(result.Url, ctx.QueryTrim("file")) + "?token=" + result.Token) |
|
|
|
|
|
|
|
|
ctx.Redirect(getFileUrl(result.Url, ctx.QueryTrim("file")) + "&token=" + result.Token) |
|
|
} else { |
|
|
} else { |
|
|
if task.BootFile != "" { |
|
|
if task.BootFile != "" { |
|
|
go cloudbrainTask.UploadNotebookFiles(task) |
|
|
go cloudbrainTask.UploadNotebookFiles(task) |
|
|