Skip to content

Commit

Permalink
fix: Update deeplx
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoxuan6 committed Sep 11, 2024
1 parent 184ddcf commit f96ea44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deeplx.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ func fetchUri() string {
targetUrls = append(targetUrls, string(line))
}
}
urls = append(urls, targetUrls...)
}

urls = append(urls, targetUrls...)
randomIndex := rand.Intn(len(urls))
return urls[randomIndex]
}
Expand Down

0 comments on commit f96ea44

Please sign in to comment.