Browse Source

提交代码

tags/v1.22.11.3^2
ychao_1983 3 years ago
parent
commit
154b8c22e1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/modelarts/modelarts.go

+ 1
- 1
modules/modelarts/modelarts.go View File

@@ -977,7 +977,7 @@ func getCookiesAndCsrf(jupyterUrl string) ([]*http.Cookie, string) {
for i := 0; i < 10; i++ {
res, err := http.Get(jupyterUrl)
if err != nil {
log.Error("browser jupyterUrl failed.")
log.Error("browser jupyterUrl failed.",err)
return cookies, ""
} else {
cookies = res.Cookies()


Loading…
Cancel
Save