Skip to content

Commit

Permalink
Merge pull request #31 from AlbertoFDR/main
Browse files Browse the repository at this point in the history
file name 'useragent' fixed
  • Loading branch information
devploit committed Feb 28, 2024
2 parents 402c2f9 + 8f3e9f9 commit 5b69d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/requester.go
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ func requester(uri string, proxy string, userAgent string, reqHeaders []string,
userAgent = "nomore403"
}
} else {
line, err := randomLine(folder + "/userAgents")
line, err := randomLine(folder + "/useragents")
if err != nil {
fmt.Println("Error al leer el archivo:", err)
return
Expand Down

0 comments on commit 5b69d5d

Please sign in to comment.