Skip to content

Commit

Permalink
Merge pull request #2 from AAStarCommunity/fanhousanbu-patch-1
Browse files Browse the repository at this point in the history
Update main.go
  • Loading branch information
fanhousanbu authored Mar 17, 2024
2 parents 43c74a1 + 1338d15 commit 69d6728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ func main() {
go func() {
t := time.Tick(time.Second * 10)
for {
if resp, err := http.Get("https://captcha-bot-zg9p.onrender.com/healthz"); err != nil {
if resp, err := http.Get("https://captcha-bot-rfdu.onrender.com/healthz"); err != nil {
log.Default().Printf("error: " + err.Error())
} else {
if b, err := io.ReadAll(resp.Body); err == nil {
Expand Down

0 comments on commit 69d6728

Please sign in to comment.